Fixed dependencies of "make test"
This commit is contained in:
parent
94c1307c26
commit
3152863479
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue