projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23c76a
)
fix test rule
author
N. Engelhardt
<nak@symbioticeda.com>
Fri, 24 Jul 2020 14:06:44 +0000
(16:06 +0200)
committer
N. Engelhardt
<nak@symbioticeda.com>
Fri, 24 Jul 2020 14:06:44 +0000
(16:06 +0200)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index a74c15d8746933e4fa88f666067d4fa0076b6038..58971e69c8866d38a876352ee8c7f9ba011e45ba 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,9
+1,11
@@
SBY_FILES=$(wildcard *.sby)
SBY_TESTS=$(addprefix test_,$(SBY_FILES:.sby=))
-.PHONY: test $(SBY_TESTS)
+.PHONY: test
+
+FORCE:
test: $(SBY_TESTS)
-test_%: %.sby
+test_%: %.sby
FORCE
python3 ../sbysrc/sby.py -f $<