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

Added tests/realmath to "make test"

This commit is contained in:
Clifford Wolf 2014-06-15 09:31:03 +02:00
parent 4d1df128fa
commit a4ec19c25c
5 changed files with 6 additions and 4 deletions

View file

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