With this change, using the testsuite via the Makefile is not limited anymore to a single file. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 639d4f518b7a..09726ebbd4dd 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 -- 2.28.0