From 0eafc138393b341219e22ace0ac2360c659c4688 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 26 Jul 2016 14:23:03 +0100 Subject: [PATCH] rename target tests to test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b61c513..1f63d45 100644 --- a/Makefile +++ b/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" '***'; \