3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Improved FSM tests

This commit is contained in:
Clifford Wolf 2014-08-08 14:30:45 +02:00
parent 58ac605470
commit 51aa5544fb
4 changed files with 5 additions and 2 deletions

View file

@ -218,6 +218,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/asicworld && bash run-test.sh
+cd tests/realmath && bash run-test.sh
+cd tests/share && bash run-test.sh
+cd tests/fsm && bash run-test.sh
+cd tests/techmap && bash run-test.sh
+cd tests/memories && bash run-test.sh
+cd tests/various && bash run-test.sh