Skip to content

Commit 728f4bf

Browse files
committed
Update makefile invocation of tests
necessary due to the new shebang (to use local bats)
1 parent 13f7b62 commit 728f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ tests := $(wildcard test/*.sh)
88
.PHONY: test
99

1010
test: $(tests)
11-
bats $(tests)
11+
$(tests)

0 commit comments

Comments
 (0)