actually run the gowin tests

This commit is contained in:
Pepijn de Vos 2019-10-28 14:28:03 +01:00
parent 2f5e9e9885
commit 4ec4d5ec7e
1 changed files with 1 additions and 0 deletions

View File

@ -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\"."