projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5e9e9
)
actually run the gowin tests
author
Pepijn de Vos
<pepijndevos@gmail.com>
Mon, 28 Oct 2019 13:28:03 +0000
(14:28 +0100)
committer
Pepijn de Vos
<pepijndevos@gmail.com>
Mon, 28 Oct 2019 13:28:03 +0000
(14:28 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 845a97b50df3f2a9d75f6cc0f4e07c4b77a1d76f..6e7681cf39a974c850bdbbe18080ba66f809daab 100644
(file)
--- 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\"."