diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-20 15:24:04 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-20 15:33:07 +0200 |
commit | dd23e9a9dbe4db96423a797f2383e79093dd62bb (patch) | |
tree | b04a5d3806ab504f354888fc83caa1eec4891037 | |
parent | 4c38ec1cc81c95b79fbd717dafd9f79708c123e8 (diff) | |
download | yosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.tar.gz yosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.tar.bz2 yosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.zip |
Activated tests/share in "make test"
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) cd tests/hana && bash run-test.sh cd tests/asicworld && bash run-test.sh cd tests/realmath && bash run-test.sh + cd tests/share && bash run-test.sh cd tests/techmap && bash run-test.sh cd tests/memories && bash run-test.sh cd tests/sat && bash run-test.sh |