force run tests when building with the default target
This commit is contained in:
parent
a9d4660aae
commit
93c1362862
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ OBJ = $(addprefix $(BIN)/, $(_PROG:.cpp=.o))
|
|||
|
||||
.PHONY: all clean test
|
||||
|
||||
all: dirs $(NAME)
|
||||
all: dirs test $(NAME)
|
||||
|
||||
dirs:
|
||||
mkdir -p $(BIN)
|
||||
|
|
Loading…
Reference in a new issue