aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-09-10 08:11:56 +0300
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-17 17:10:02 +0200
commit6331fa5b022b9e16f9392d9604a545f86dc13385 (patch)
tree1be8bae4611fcb193893c73ac3bb3848c0c6944b /Makefile
parent757c476f625bef871f9a4388d4d19bf8c3bc400b (diff)
downloadyosys-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82af448da..6f5184596 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ""