aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-17 14:37:07 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-17 14:37:07 +0200
commit9e940f127691fe9e4fc3c4c92f6f0dc306aa9fb8 (patch)
treece7303bb51e80298e406a909ae7e2f105c96cc2e /Makefile
parent41191f1ea48437423b4caf81e6af1e3024bb8c7d (diff)
downloadyosys-9e940f127691fe9e4fc3c4c92f6f0dc306aa9fb8.tar.gz
yosys-9e940f127691fe9e4fc3c4c92f6f0dc306aa9fb8.tar.bz2
yosys-9e940f127691fe9e4fc3c4c92f6f0dc306aa9fb8.zip
Speed up "make test" and related cleanups
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95b5d451b..f4ff493b0 100644
--- a/Makefile
+++ b/Makefile
@@ -682,6 +682,7 @@ endif
test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/simple && bash run-test.sh $(SEEDOPT)
+ +cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
+cd tests/hana && bash run-test.sh $(SEEDOPT)
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
@@ -696,7 +697,6 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/opt && bash run-test.sh
+cd tests/aiger && bash run-test.sh $(ABCOPT)
+cd tests/arch && bash run-test.sh
- +cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""