diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-03-12 10:46:27 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-03-12 10:46:27 +0100 |
commit | 31528634796c15d0dcdb113ff730fa743663ca07 (patch) | |
tree | 15a404371b49c73705962e314914400190526786 | |
parent | 94c1307c262e4b14f4a91b1bbcf9099ee6202bab (diff) | |
download | yosys-31528634796c15d0dcdb113ff730fa743663ca07.tar.gz yosys-31528634796c15d0dcdb113ff730fa743663ca07.tar.bz2 yosys-31528634796c15d0dcdb113ff730fa743663ca07.zip |
Fixed dependencies of "make test"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |