aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-08-27 18:12:18 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-08-27 18:12:18 +0300
commit134d3fea909bae02f4f814e3d649658502b44b73 (patch)
tree0a631ddcea2177e98b08779f4b45bf6e2ec39bd8 /Makefile
parentaad9bad32604645e2d61f0858234a1838e8b88eb (diff)
downloadyosys-134d3fea909bae02f4f814e3d649658502b44b73.tar.gz
yosys-134d3fea909bae02f4f814e3d649658502b44b73.tar.bz2
yosys-134d3fea909bae02f4f814e3d649658502b44b73.zip
Add tests for ecp5 architecture.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cfa6a0de..d94ab2465 100644
--- a/Makefile
+++ b/Makefile
@@ -700,6 +700,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/aiger && bash run-test.sh $(ABCOPT)
+cd tests/arch && bash run-test.sh
+cd tests/ice40 && bash run-test.sh $(SEEDOPT)
+ +cd tests/ecp5 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""