Skip to content

Commit dfa5f32

Browse files
exbotanicaljwerle
authored andcommitted
chore(Makefile): compile bins if not present when running tests
1 parent 11e48d8 commit dfa5f32

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
@@ -72,7 +72,7 @@ install: $(BINS)
7272
uninstall:
7373
$(foreach c, $(BINS), $(RM) $(PREFIX)/bin/$(c);)
7474

75-
test:
75+
test: $(BINS)
7676
@./test.sh
7777

7878
# create a list of auto dependencies

0 commit comments

Comments
 (0)