aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-08-28 09:47:03 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-08-28 09:47:03 +0300
commit2270ead09fb4695442c66fe5c06445235f390f2b (patch)
tree31d55d4e9a9b8af8ca515777af28df492e86f2af /Makefile
parent980830f7b82f2a974f43580f61e917f99fbb4e7e (diff)
downloadyosys-2270ead09fb4695442c66fe5c06445235f390f2b.tar.gz
yosys-2270ead09fb4695442c66fe5c06445235f390f2b.tar.bz2
yosys-2270ead09fb4695442c66fe5c06445235f390f2b.zip
Add tests for ecp5
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 ""