aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-08-20 07:50:05 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-08-20 07:50:05 +0300
commit153ec0541c17ee8fad093c002a2724bc33dfe4b9 (patch)
tree4fbaeb917bb00b1ef6560770e6d2164e6e7229a8 /Makefile
parent749ff864aa708cb069fc5c356e5db69664fdd93e (diff)
downloadyosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.tar.gz
yosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.tar.bz2
yosys-153ec0541c17ee8fad093c002a2724bc33dfe4b9.zip
Add new tests for ice40 architecture
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 382f79546..9cfa6a0de 100644
--- a/Makefile
+++ b/Makefile
@@ -699,6 +699,7 @@ 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/ice40 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""