Skip to content

Commit

Permalink
chore(Makefile): compile bins if not present when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical authored and jwerle committed Nov 8, 2023
1 parent 11e48d8 commit dfa5f32
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 @@ -72,7 +72,7 @@ install: $(BINS)
uninstall:
$(foreach c, $(BINS), $(RM) $(PREFIX)/bin/$(c);)

test:
test: $(BINS)
@./test.sh

# create a list of auto dependencies
Expand Down

0 comments on commit dfa5f32

Please sign in to comment.