aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-08 14:30:45 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-08 15:08:11 +0200
commit51aa5544fbda97c6b49bfba55696083ba47d4cef (patch)
tree8aa603acbca96bb6514cd2c240865d332e3f1947 /Makefile
parent58ac605470aed3b2a537b4f99ac17a199f8b5233 (diff)
downloadyosys-51aa5544fbda97c6b49bfba55696083ba47d4cef.tar.gz
yosys-51aa5544fbda97c6b49bfba55696083ba47d4cef.tar.bz2
yosys-51aa5544fbda97c6b49bfba55696083ba47d4cef.zip
Improved FSM tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd43e53ba..0e3a88a70 100644
--- a/Makefile
+++ b/Makefile
@@ -218,6 +218,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/asicworld && bash run-test.sh
+cd tests/realmath && bash run-test.sh
+cd tests/share && bash run-test.sh
+ +cd tests/fsm && 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