diff options
author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-09-10 08:08:03 +0300 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-17 17:10:02 +0200 |
commit | 757c476f625bef871f9a4388d4d19bf8c3bc400b (patch) | |
tree | 7d35d5486d5affb513c4e9ff3b2c159e6994c7b3 /Makefile | |
parent | ca7a58bcc8df71425de47fe2684062739fa8d7d1 (diff) | |
download | yosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.tar.gz yosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.tar.bz2 yosys-757c476f625bef871f9a4388d4d19bf8c3bc400b.zip |
Add smoke tests to tests/xilinx
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\"." |