Skip to content

Commit

Permalink
Makefile: always build programs before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jul 2, 2023
1 parent 9c2d89e commit b3fc9ff
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 @@ -37,7 +37,7 @@ lib: $(LIBDSSOPT)
clean:
rm -f $(ALLPROGS) $(ALLOBJS) $(LIBDSSOPT)

check:
check: all
./tests/test-executables.bash
# aliases for check
test: check
Expand Down

0 comments on commit b3fc9ff

Please sign in to comment.