aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-10-04 10:52:16 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-04 10:52:16 +0200
commitb93265496482b781dc07da02de98b4e47101aac5 (patch)
tree677cccfdac76e21fa65aabb57580fe5f69989aac /Makefile
parent2ed2e9c3e8f2d9d6882588857c8556a6e2af57ea (diff)
parentd99b1e32618f8aa92c01eb0ac5d08486f411cca0 (diff)
downloadyosys-b93265496482b781dc07da02de98b4e47101aac5.tar.gz
yosys-b93265496482b781dc07da02de98b4e47101aac5.tar.bz2
yosys-b93265496482b781dc07da02de98b4e47101aac5.zip
Merge branch 'SergeyDegtyar/anlogic' of https://github.com/SergeyDegtyar/yosys into mmicko/anlogic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33c04cf92..dc21fdf39 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/anlogic && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""