diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 08:52:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 22:46:48 +0100 |
commit | 7282093458628b1040e76ff5cb6b9a53dc6afdd7 (patch) | |
tree | bf6ef86f41e70d79115dbb045f2efcf30927c110 /tests/unit | |
parent | 31e637d224afd4f1f219093df6341611d2a0ef75 (diff) | |
download | curl-7282093458628b1040e76ff5cb6b9a53dc6afdd7.tar.gz |
tests: make sure checksrc runs on header files too
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |