rename target tests to test

whys-review
Jakub Sztandera 2016-07-26 14:23:03 +01:00
parent 6a23dbd54d
commit 0eafc13839
1 changed files with 2 additions and 2 deletions

View File

@ -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" '***'; \