aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-20 19:06:51 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-20 19:06:51 -0700
commita0566b03ecfb13fba693d35e8af16913b45444c7 (patch)
tree4fc1daff2937ad1bc7632cc9a293964fc1a6173f /Makefile
parent7dca8def52fdd3a0e450d3f554c328904636798d (diff)
downloadyosys-a0566b03ecfb13fba693d35e8af16913b45444c7.tar.gz
yosys-a0566b03ecfb13fba693d35e8af16913b45444c7.tar.bz2
yosys-a0566b03ecfb13fba693d35e8af16913b45444c7.zip
Run simple_abc9 tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb0eaf14d..fd4e90c15 100644
--- a/Makefile
+++ b/Makefile
@@ -681,6 +681,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
+cd tests/opt && bash run-test.sh
+cd tests/aiger && bash run-test.sh
+ +cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""