mirror of https://github.com/YosysHQ/yosys.git
Moved all tests in arch sub directory
This commit is contained in:
parent
3c41599ee1
commit
c2ec7ca703
10
Makefile
10
Makefile
|
@ -713,12 +713,12 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/opt && bash run-test.sh
|
||||
+cd tests/aiger && bash run-test.sh $(ABCOPT)
|
||||
+cd tests/arch && bash run-test.sh
|
||||
+cd tests/ice40 && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/arch/ice40 && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/arch/xilinx && 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/anlogic && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/rpc && bash run-test.sh
|
||||
+cd tests/efinix && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/anlogic && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/ecp5 && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/xilinx && bash run-test.sh $(SEEDOPT)
|
||||
@echo ""
|
||||
@echo " Passed \"make test\"."
|
||||
@echo ""
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue