3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Add back tests

This commit is contained in:
Akash Levy 2024-10-30 09:04:08 -07:00
parent 0a2ad64147
commit e50c4a47d6

View file

@ -901,7 +901,7 @@ else
endif endif
endif endif
+cd tests/simple && bash run-test.sh $(SEEDOPT) +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/hana && bash run-test.sh $(SEEDOPT)
+cd tests/asicworld && bash run-test.sh $(SEEDOPT) +cd tests/asicworld && bash run-test.sh $(SEEDOPT)
# +cd tests/realmath && 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/svinterfaces && bash run-test.sh $(SEEDOPT)
+cd tests/svtypes && bash run-test.sh $(SEEDOPT) +cd tests/svtypes && bash run-test.sh $(SEEDOPT)
+cd tests/proc && bash run-test.sh +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/opt && bash run-test.sh
# +cd tests/aiger && bash run-test.sh $(ABCOPT) # +cd tests/aiger && bash run-test.sh $(ABCOPT)
# +cd tests/arch && bash run-test.sh # +cd tests/arch && bash run-test.sh