Searched refs:run_make (Results 1 - 1 of 1) sorted by relevance

/u-boot/test/py/tests/
H A Dtest_cleanup_build.py35 def run_make(u_boot_log): function
91 def test_clean(run_make, tmp_copy_of_builddir, most_generated_files):
93 run_make(tmp_copy_of_builddir, "clean")
102 def test_mrproper(run_make, tmp_copy_of_builddir, all_generated_files):
104 run_make(tmp_copy_of_builddir, "mrproper")

Completed in 69 milliseconds