diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2019-10-28 14:28:03 +0100 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2019-10-28 14:28:03 +0100 |
commit | 4ec4d5ec7e6c70c50c513de93c1d478ff76d8298 (patch) | |
tree | 977dab5a2978f71484e0b8a1aa5dc2dfb29345d9 /Makefile | |
parent | 2f5e9e9885df0011a3b70b0ab64f54fcd33ce347 (diff) | |
download | yosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.tar.gz yosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.tar.bz2 yosys-4ec4d5ec7e6c70c50c513de93c1d478ff76d8298.zip |
actually run the gowin tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\"." |