Fixed dependencies of "make test"

This commit is contained in:
Clifford Wolf 2014-03-12 10:46:27 +01:00
parent 94c1307c26
commit 3152863479
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ endif
yosys-abc: abc/abc-$(ABCREV) yosys-abc: abc/abc-$(ABCREV)
cp abc/abc-$(ABCREV) yosys-abc cp abc/abc-$(ABCREV) yosys-abc
test: yosys test: $(TARGETS) $(EXTRA_TARGETS)
cd tests/simple && bash run-test.sh cd tests/simple && bash run-test.sh
cd tests/hana && bash run-test.sh cd tests/hana && bash run-test.sh
cd tests/asicworld && bash run-test.sh cd tests/asicworld && bash run-test.sh