From d3252e000c96f31456667c3033c13d83e2628d29 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Apr 2016 16:20:43 +0200 Subject: checksrc: run checksrc in tests when 'make checksrc' in root --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 476d6fcd9..3723f2164 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,3 +92,7 @@ torture-test: perlcheck all ps2pdf $$foo.ps $@; \ rm $$foo.ps; \ echo "converted $< to $@") + +checksrc: + cd libtest && $(MAKE) checksrc + cd unit && $(MAKE) checksrc -- cgit v1.2.3