mirror of https://github.com/YosysHQ/yosys.git
actually run the gowin tests
This commit is contained in:
parent
2f5e9e9885
commit
4ec4d5ec7e
1
Makefile
1
Makefile
|
@ -718,6 +718,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
||||||
+cd tests/arch/ecp5 && bash run-test.sh $(SEEDOPT)
|
+cd tests/arch/ecp5 && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/arch/efinix && 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/anlogic && bash run-test.sh $(SEEDOPT)
|
||||||
|
+cd tests/arch/gowin && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/rpc && bash run-test.sh
|
+cd tests/rpc && bash run-test.sh
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " Passed \"make test\"."
|
@echo " Passed \"make test\"."
|
||||||
|
|
Loading…
Reference in New Issue