aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2019-03-19 13:11:30 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2019-03-19 13:11:30 -0700
commit24553326dde876b51179e092e608ce8174a44681 (patch)
tree29af5ce1fabcef3a105f45898b411ec4188bf97f /Makefile
parent0ea7eba5f13b20de28181a66181ee821820027db (diff)
parent8c0740bcf7a1149ac11332f7e7fd9c8f78f0a0b5 (diff)
downloadyosys-24553326dde876b51179e092e608ce8174a44681.tar.gz
yosys-24553326dde876b51179e092e608ce8174a44681.tar.bz2
yosys-24553326dde876b51179e092e608ce8174a44681.zip
Merge remote-tracking branch 'origin/master' into xc7srl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8fbcc040..8586e9766 100644
--- a/Makefile
+++ b/Makefile
@@ -575,7 +575,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/simple && 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)
+ # +cd tests/realmath && bash run-test.sh $(SEEDOPT)
+cd tests/share && bash run-test.sh $(SEEDOPT)
+cd tests/fsm && bash run-test.sh $(SEEDOPT)
+cd tests/techmap && bash run-test.sh
@@ -585,6 +585,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/sat && bash run-test.sh
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
+cd tests/opt && bash run-test.sh
+ +cd tests/aiger && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."
@echo ""