aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-30 14:57:55 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-30 14:57:55 -0700
commit0bbd1b63648f621dae92bcd5963e387eff66f685 (patch)
tree5db0e8a9c813b3ad1978444f1b9753637679cec1 /Makefile
parenta274b7cc86d4f64541d3d2903b4eeed4616ab1d8 (diff)
parent5eb91fa69fc62482d09c1927b3a6f8164dee9408 (diff)
downloadyosys-0bbd1b63648f621dae92bcd5963e387eff66f685.tar.gz
yosys-0bbd1b63648f621dae92bcd5963e387eff66f685.tar.bz2
yosys-0bbd1b63648f621dae92bcd5963e387eff66f685.zip
Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys into eddie/pr1352
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2644721be..227c87bbd 100644
--- a/Makefile
+++ b/Makefile
@@ -714,6 +714,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch && bash run-test.sh
+cd tests/ice40 && bash run-test.sh $(SEEDOPT)
+cd tests/rpc && bash run-test.sh
+ +cd tests/ecp5 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""