From: Pepijn de Vos Date: Mon, 28 Oct 2019 13:28:03 +0000 (+0100) Subject: actually run the gowin tests X-Git-Tag: working-ls180~956^2~10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ec4d5ec7e6c70c50c513de93c1d478ff76d8298;p=yosys.git actually run the gowin tests --- 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\"."