From: Clifford Wolf Date: Wed, 12 Mar 2014 09:46:27 +0000 (+0100) Subject: Fixed dependencies of "make test" X-Git-Tag: yosys-0.3.0~61 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31528634796c15d0dcdb113ff730fa743663ca07;p=yosys.git Fixed dependencies of "make test" --- 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