mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
functional tests: run from make tests but not smtlib/rkt tests
This commit is contained in:
parent
7de8be1451
commit
5a476a8d29
4 changed files with 9 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -891,6 +891,7 @@ endif
|
|||
+cd tests/xprop && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/fmt && bash run-test.sh
|
||||
+cd tests/cxxrtl && bash run-test.sh
|
||||
+cd tests/functional && bash run-test.sh
|
||||
@echo ""
|
||||
@echo " Passed \"make test\"."
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue