Skip to content

Commit

Permalink
Fix tests target in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 7, 2018
1 parent b2257d8 commit 8c0d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
all:

tests:
bats tests/*.bats
bats $$(find tests -type f -name '*.bats')

check:
scripts/shellcheck
Expand Down

0 comments on commit 8c0d0e4

Please sign in to comment.