aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-20 15:24:04 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-20 15:33:07 +0200
commitdd23e9a9dbe4db96423a797f2383e79093dd62bb (patch)
treeb04a5d3806ab504f354888fc83caa1eec4891037 /Makefile
parent4c38ec1cc81c95b79fbd717dafd9f79708c123e8 (diff)
downloadyosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.tar.gz
yosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.tar.bz2
yosys-dd23e9a9dbe4db96423a797f2383e79093dd62bb.zip
Activated tests/share in "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d3d7d7c2..6f9daa04a 100644
--- a/Makefile
+++ b/Makefile
@@ -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