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

Added tests/various/submod_extract.ys

This commit is contained in:
Clifford Wolf 2014-07-26 17:22:18 +02:00
parent 267c615640
commit b21ebe1859
3 changed files with 28 additions and 0 deletions

View file

@ -225,6 +225,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
cd tests/share && 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
cd tests/sat && bash run-test.sh
@echo ""
@echo " Passed \"make test\"."