aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2019-10-28 14:28:03 +0100
committerPepijn de Vos <pepijndevos@gmail.com>2019-10-28 14:28:03 +0100
commit4ec4d5ec7e6c70c50c513de93c1d478ff76d8298 (patch)
tree977dab5a2978f71484e0b8a1aa5dc2dfb29345d9 /Makefile
parent2f5e9e9885df0011a3b70b0ab64f54fcd33ce347 (diff)
downloadyosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.tar.gz
yosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.tar.bz2
yosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.zip
actually run the gowin tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 845a97b50..6e7681cf3 100644
--- a/Makefile
+++ b/Makefile
@@ -718,6 +718,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch/ecp5 && bash run-test.sh $(SEEDOPT)
+cd tests/arch/efinix && bash run-test.sh $(SEEDOPT)
+cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT)
+ +cd tests/arch/gowin && bash run-test.sh $(SEEDOPT)
+cd tests/rpc && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."