tests: Move required tool checks from rule generation to execution
[SymbiYosys.git] / tests / make / collect_tests.py
index 7b0cda3759d8e30030526721bdc8c7ffcde8c619..cf782b99e289e8b240234dd243d7806bf378b02d 100644 (file)
@@ -37,7 +37,7 @@ with out_file.open("w") as output:
         print(f"{out_file}: {checked_dir}", file=output)
 
     for test in tests:
-        print(f"make/rules/test/{test}.mk: {test} make/rules/found_tools", file=output)
+        print(f"make/rules/test/{test}.mk: {test}", file=output)
         for ext in [".sh", ".py"]:
             script_file = test.parent / (test.stem + ext)
             if script_file.exists():