Searched refs:tmp_copy_of_builddir (Results 1 – 1 of 1) sorted by relevance
18 def tmp_copy_of_builddir(u_boot_config, tmp_path): function91 def test_clean(run_make, tmp_copy_of_builddir, most_generated_files): argument93 run_make(tmp_copy_of_builddir, "clean")95 tmp_copy_of_builddir,102 def test_mrproper(run_make, tmp_copy_of_builddir, all_generated_files): argument104 run_make(tmp_copy_of_builddir, "mrproper")106 tmp_copy_of_builddir,
Completed in 13 milliseconds