aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-10-14 05:24:31 +0200
committerClifford Wolf <clifford@clifford.at>2019-10-14 05:24:31 +0200
commite84cedfae4211244da45ef51a84213874579117e (patch)
treefb0a14f4c06675a7d3dbb5a1f22d386402e22d0b /Makefile
parent3c6a566d865e3d70f8793225a6d211ce3d6246a1 (diff)
parente46e8753c84ee83f871d5ce116ce4c08dd49a031 (diff)
downloadyosys-e84cedfae4211244da45ef51a84213874579117e.tar.gz
yosys-e84cedfae4211244da45ef51a84213874579117e.tar.bz2
yosys-e84cedfae4211244da45ef51a84213874579117e.zip
Use "(id)" instead of "id" for types as temporary hack
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33c04cf92..895cfbf89 100644
--- a/Makefile
+++ b/Makefile
@@ -708,6 +708,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/various && bash run-test.sh
+cd tests/sat && bash run-test.sh
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
+ +cd tests/svtypes && bash run-test.sh $(SEEDOPT)
+cd tests/proc && bash run-test.sh
+cd tests/opt && bash run-test.sh
+cd tests/aiger && bash run-test.sh $(ABCOPT)