From 859bbdd93e8f9e76fe8ef00f384f0e974fda5163 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Mon, 31 Aug 2020 09:02:07 +0200 Subject: testsuite: easier testing via script & makefile With this change, using the testsuite via the Makefile is not limited anymore to a single file. Signed-off-by: Luc Van Oostenryck --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 639d4f51..09726ebb 100644 --- a/Makefile +++ b/Makefile @@ -273,8 +273,8 @@ version.h: FORCE check: all $(Q)cd validation && ./test-suite -validation/%.t: $(PROGRAMS) - @validation/test-suite single $*.c +validation/%: $(PROGRAMS) + $(Q)validation/test-suite $* clean: clean-check -- cgit 1.2.3-korg