From 7282093458628b1040e76ff5cb6b9a53dc6afdd7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Dec 2019 08:52:16 +0100 Subject: tests: make sure checksrc runs on header files too --- tests/unit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/Makefile.am') diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 6996cad6a..4bcd47d22 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -70,7 +70,7 @@ CS_1 = CS_ = $(CS_0) checksrc: - $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c + $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.[ch] if BUILD_UNITTESTS noinst_PROGRAMS = $(UNITPROGS) -- cgit v1.2.3