aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-30 19:21:52 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-30 19:23:26 +0200
commit7d98645fe8efcb446079a8a3cd8721ef5e27ee79 (patch)
treefe7f6e7e919f693dd784e8bded07531a664ac5b6 /Makefile
parentceecf5b1535cf2e567c144bdbe143c8ba66c69d7 (diff)
downloadyosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.tar.gz
yosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.tar.bz2
yosys-7d98645fe8efcb446079a8a3cd8721ef5e27ee79.zip
Added "make -j{N}" support to "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 73d448337..4436be3de 100644
--- a/Makefile
+++ b/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 ""