projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c1307
)
Fixed dependencies of "make test"
author
Clifford Wolf
<clifford@clifford.at>
Wed, 12 Mar 2014 09:46:27 +0000
(10:46 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 12 Mar 2014 09:46:27 +0000
(10:46 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0acc0d0e41cbbf24bebf8d1ab485b7439a607b3b..73051e5246e7cdeaf66baadd68abcd5c64a8fe22 100644
(file)
--- 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