Adds parallel testing

This commit is contained in:
2025-11-07 12:02:17 +01:00
parent 0e991583b9
commit 479526a0fb
3 changed files with 140 additions and 24 deletions

View File

@@ -98,7 +98,8 @@ mill:
autotest: mill test-bench/mem/tests/$(PROG).mem ##! Lance la simulation automatique pour tous les tests ou juste celui fourni dans PROG
testall: mill $(MEM_TESTS)
testall: mill compile
@PROOT=$(PWD) ./mill TPchisel.test.testOnly $(TOP_REP).ZzTopAllSpec
simulation: compile ##! Lance gtkwave sur le test fourni dans PROG
@$(call check_vars,PROG)