mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Add Liberty tests to test suite
This commit is contained in:
parent
f76cb43ac7
commit
db55bbaf81
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -921,6 +921,8 @@ 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/liberty && bash run-test.sh
|
||||
+cd tests/liberty_verilog && bash run-test.sh
|
||||
ifeq ($(ENABLE_FUNCTIONAL_TESTS),1)
|
||||
+cd tests/functional && bash run-test.sh
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue