aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-03-12 10:46:27 +0100
committerClifford Wolf <clifford@clifford.at>2014-03-12 10:46:27 +0100
commit31528634796c15d0dcdb113ff730fa743663ca07 (patch)
tree15a404371b49c73705962e314914400190526786 /Makefile
parent94c1307c262e4b14f4a91b1bbcf9099ee6202bab (diff)
downloadyosys-31528634796c15d0dcdb113ff730fa743663ca07.tar.gz
yosys-31528634796c15d0dcdb113ff730fa743663ca07.tar.bz2
yosys-31528634796c15d0dcdb113ff730fa743663ca07.zip
Fixed dependencies of "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0acc0d0e4..73051e524 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ endif
yosys-abc: abc/abc-$(ABCREV)
cp abc/abc-$(ABCREV) yosys-abc
-test: yosys
+test: $(TARGETS) $(EXTRA_TARGETS)
cd tests/simple && bash run-test.sh
cd tests/hana && bash run-test.sh
cd tests/asicworld && bash run-test.sh