aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c70d904..a2d3e8c8 100644
--- a/Makefile
+++ b/Makefile
@@ -208,6 +208,8 @@ version.h: FORCE
check: all
$(Q)cd validation && ./test-suite
+validation/%.t: FORCE
+ @validation/test-suite single $*.c
clean: clean-check