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_OBJS = $(TEST_SRCS:.c=.o)
|
||||||
TEST_BINS = $(TEST_OBJS:.o=)
|
TEST_BINS = $(TEST_OBJS:.o=)
|
||||||
|
|
||||||
PHONY += tests
|
PHONY += test
|
||||||
tests: $(TEST_BINS)
|
test: $(TEST_BINS)
|
||||||
@for t in $^; do \
|
@for t in $^; do \
|
||||||
echo; \
|
echo; \
|
||||||
echo '***' "$$t.c" '***'; \
|
echo '***' "$$t.c" '***'; \
|
||||||
|
|
Loading…
Reference in a new issue