aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-26 17:22:18 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-26 17:22:18 +0200
commitb21ebe1859df2f9bd1791de34633a85918651c13 (patch)
treed7275964e645dcda208951b1969243dbd96b011e /Makefile
parent267c61564047f8768c29040f898633d9444a5404 (diff)
downloadyosys-b21ebe1859df2f9bd1791de34633a85918651c13.tar.gz
yosys-b21ebe1859df2f9bd1791de34633a85918651c13.tar.bz2
yosys-b21ebe1859df2f9bd1791de34633a85918651c13.zip
Added tests/various/submod_extract.ys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b87a7474e..6809ffd01 100644
--- a/Makefile
+++ b/Makefile
@@ -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\"."