Skip to content

Commit

Permalink
fix test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nakengelhardt committed Jul 24, 2020
1 parent a23c76a commit b6dc1c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -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 $<

0 comments on commit b6dc1c9

Please sign in to comment.