aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-09-10 08:08:03 +0300
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-17 17:10:02 +0200
commit757c476f625bef871f9a4388d4d19bf8c3bc400b (patch)
tree7d35d5486d5affb513c4e9ff3b2c159e6994c7b3 /Makefile
parentca7a58bcc8df71425de47fe2684062739fa8d7d1 (diff)
downloadyosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.tar.gz
yosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.tar.bz2
yosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.zip
Add smoke tests to tests/xilinx
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef02bc947..82af448da 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/xilinx && bash run-test.sh $(SEEDOPT)
+cd tests/xilinx_ug901 && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."