mirror of https://github.com/YosysHQ/yosys.git
Fixed dependencies of "make test"
This commit is contained in:
parent
94c1307c26
commit
3152863479
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue