rename target tests to test
This commit is contained in:
parent
6a23dbd54d
commit
0eafc13839
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -39,8 +39,8 @@ TEST_SRCS = $(wildcard tests/c/test_*.c)
|
|||
TEST_OBJS = $(TEST_SRCS:.c=.o)
|
||||
TEST_BINS = $(TEST_OBJS:.o=)
|
||||
|
||||
PHONY += tests
|
||||
tests: $(TEST_BINS)
|
||||
PHONY += test
|
||||
test: $(TEST_BINS)
|
||||
@for t in $^; do \
|
||||
echo; \
|
||||
echo '***' "$$t.c" '***'; \
|
||||
|
|
Loading…
Reference in a new issue