diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-26 17:22:18 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-26 17:22:18 +0200 |
commit | b21ebe1859df2f9bd1791de34633a85918651c13 (patch) | |
tree | d7275964e645dcda208951b1969243dbd96b011e /Makefile | |
parent | 267c61564047f8768c29040f898633d9444a5404 (diff) | |
download | yosys-b21ebe1859df2f9bd1791de34633a85918651c13.tar.gz yosys-b21ebe1859df2f9bd1791de34633a85918651c13.tar.bz2 yosys-b21ebe1859df2f9bd1791de34633a85918651c13.zip |
Added tests/various/submod_extract.ys
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) cd tests/share && bash run-test.sh cd tests/techmap && bash run-test.sh cd tests/memories && bash run-test.sh + cd tests/various && bash run-test.sh cd tests/sat && bash run-test.sh @echo "" @echo " Passed \"make test\"." |