Searched refs:dep_tree (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 318 def build_dep_tree(name, pkgdir, dep_added, head, branch, dep_tree=None): argument 332 if not dep_tree: 333 dep_tree = head 352 new_child = dep_tree.AddChild(dep) 1413 dep_tree = DepTree(UNIT_TEST_PKG) variable 1414 build_dep_tree(UNIT_TEST_PKG, CODE_SCAN_DIR, dep_added, dep_tree, BRANCH) 1418 dep_tree.ReorderDeps(pkg_name, regex_str) 1420 dep_tree.PrintTree() 1422 install_list = dep_tree.GetInstallList()
|