mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +00:00
Add back tests
This commit is contained in:
parent
0a2ad64147
commit
e50c4a47d6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -901,7 +901,7 @@ else
|
|||
endif
|
||||
endif
|
||||
+cd tests/simple && bash run-test.sh $(SEEDOPT)
|
||||
# +cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/simple_abc9 && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/hana && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
|
||||
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
|
||||
|
@ -919,7 +919,7 @@ endif
|
|||
+cd tests/svinterfaces && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/svtypes && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/proc && bash run-test.sh
|
||||
# +cd tests/blif && bash run-test.sh
|
||||
+cd tests/blif && bash run-test.sh
|
||||
+cd tests/opt && bash run-test.sh
|
||||
# +cd tests/aiger && bash run-test.sh $(ABCOPT)
|
||||
# +cd tests/arch && bash run-test.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue