aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-09-03 11:53:37 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-09-03 11:53:37 +0300
commit11f330ed223f524cbbdbe2433599990a69b8f380 (patch)
tree627373ced7ca850efe284caf31c7866cddaa934b /Makefile
parent7e8f7f4c59c96897159d32771d0c7179c5474281 (diff)
downloadyosys-11f330ed223f524cbbdbe2433599990a69b8f380.tar.gz
yosys-11f330ed223f524cbbdbe2433599990a69b8f380.tar.bz2
yosys-11f330ed223f524cbbdbe2433599990a69b8f380.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 2cac80f0f..d4f1d3d68 100644
--- a/Makefile
+++ b/Makefile
@@ -710,6 +710,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 ""