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

added tests/memories

This commit is contained in:
Clifford Wolf 2014-07-18 13:25:19 +02:00
parent ab4b26679f
commit 5d9127418b
5 changed files with 133 additions and 0 deletions

View file

@ -163,6 +163,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
cd tests/asicworld && bash run-test.sh
cd tests/realmath && bash run-test.sh
cd tests/techmap && bash run-test.sh
cd tests/memories && bash run-test.sh
cd tests/sat && bash run-test.sh
install: $(TARGETS) $(EXTRA_TARGETS)