mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added "make -j{N}" support to "make test"
This commit is contained in:
parent
ceecf5b153
commit
7d98645fe8
7 changed files with 39 additions and 22 deletions
20
Makefile
20
Makefile
|
@ -218,15 +218,15 @@ yosys-abc: abc/abc-$(ABCREV)
|
|||
$(P) cp abc/abc-$(ABCREV) yosys-abc
|
||||
|
||||
test: $(TARGETS) $(EXTRA_TARGETS)
|
||||
cd tests/simple && bash run-test.sh
|
||||
cd tests/hana && bash run-test.sh
|
||||
cd tests/asicworld && bash run-test.sh
|
||||
cd tests/realmath && bash run-test.sh
|
||||
cd tests/share && bash run-test.sh
|
||||
cd tests/techmap && bash run-test.sh
|
||||
cd tests/memories && bash run-test.sh
|
||||
cd tests/various && bash run-test.sh
|
||||
cd tests/sat && bash run-test.sh
|
||||
+cd tests/simple && bash run-test.sh
|
||||
+cd tests/hana && bash run-test.sh
|
||||
+cd tests/asicworld && bash run-test.sh
|
||||
+cd tests/realmath && bash run-test.sh
|
||||
+cd tests/share && bash run-test.sh
|
||||
+cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh
|
||||
+cd tests/various && bash run-test.sh
|
||||
+cd tests/sat && bash run-test.sh
|
||||
@echo ""
|
||||
@echo " Passed \"make test\"."
|
||||
@echo ""
|
||||
|
@ -240,7 +240,7 @@ vgtest: $(TARGETS) $(EXTRA_TARGETS)
|
|||
@echo ""
|
||||
|
||||
vloghtb: $(TARGETS) $(EXTRA_TARGETS)
|
||||
cd tests/vloghtb && bash run-test.sh
|
||||
+cd tests/vloghtb && bash run-test.sh
|
||||
@echo ""
|
||||
@echo " Passed \"make vloghtb\"."
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue