diff options
author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-09-10 08:11:56 +0300 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-10-17 17:10:02 +0200 |
commit | 6331fa5b022b9e16f9392d9604a545f86dc13385 (patch) | |
tree | 1be8bae4611fcb193893c73ac3bb3848c0c6944b /Makefile | |
parent | 757c476f625bef871f9a4388d4d19bf8c3bc400b (diff) | |
download | yosys-6331fa5b022b9e16f9392d9604a545f86dc13385.tar.gz yosys-6331fa5b022b9e16f9392d9604a545f86dc13385.tar.bz2 yosys-6331fa5b022b9e16f9392d9604a545f86dc13385.zip |
Remove xilinx_ug901 tests (will be moved to yosys-tests)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -716,7 +716,6 @@ test: $(TARGETS) $(EXTRA_TARGETS) +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\"." @echo "" |