mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added test cases for sat command
This commit is contained in:
parent
6891fd79a3
commit
7a66b38c3e
7 changed files with 127 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -135,6 +135,7 @@ test: yosys
|
|||
cd tests/simple && bash run-test.sh
|
||||
cd tests/hana && bash run-test.sh
|
||||
cd tests/asicworld && bash run-test.sh
|
||||
cd tests/sat && bash run-test.sh
|
||||
|
||||
install: $(TARGETS) $(EXTRA_TARGETS)
|
||||
$(INSTALL_SUDO) mkdir -p $(DESTDIR)/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue