aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2019-10-18 10:53:34 +0200
committerGitHub <noreply@github.com>2019-10-18 10:53:34 +0200
commit5ffb0053ec7d53ffc5c57e3277bfbab5d3fddb54 (patch)
tree24f6a3cd2c4fa19a41d90cd57b0908b668efeb21 /Makefile
parente0a67fce12647b4db7125d33264847c0a3781105 (diff)
parent0b0b0cc0d9e432f14218bb9ed643af3d06ab43dc (diff)
downloadyosys-5ffb0053ec7d53ffc5c57e3277bfbab5d3fddb54.tar.gz
yosys-5ffb0053ec7d53ffc5c57e3277bfbab5d3fddb54.tar.bz2
yosys-5ffb0053ec7d53ffc5c57e3277bfbab5d3fddb54.zip
Merge pull request #1421 from YosysHQ/eddie/pr1352
Add tests for ECP5 architecture (contd)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f5184596..14af2bc11 100644
--- a/Makefile
+++ b/Makefile
@@ -715,6 +715,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)
+cd tests/xilinx && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."