Fixed dependencies of "make test"
authorClifford Wolf <clifford@clifford.at>
Wed, 12 Mar 2014 09:46:27 +0000 (10:46 +0100)
committerClifford Wolf <clifford@clifford.at>
Wed, 12 Mar 2014 09:46:27 +0000 (10:46 +0100)
Makefile

index 0acc0d0e41cbbf24bebf8d1ab485b7439a607b3b..73051e5246e7cdeaf66baadd68abcd5c64a8fe22 100644 (file)
--- 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