]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: fix make checksrc in servers/
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2016 20:42:31 +0000 (22:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2016 20:42:49 +0000 (22:42 +0200)
tests/Makefile.am
tests/server/Makefile.am

index 16c362ffdcd2d617de076306ef669cc322f7846a..3fd55b8e419e50d46833c09d80f7935a62c6587f 100644 (file)
@@ -96,4 +96,4 @@ torture-test: perlcheck all
 checksrc:
        cd libtest && $(MAKE) checksrc
        cd unit && $(MAKE) checksrc
-       cd server && $(MARK) checksrc
+       cd server && $(MAKE) checksrc
index cc779e64438b522b7033ada8b030115331272df6..48c91d87cde15a3cdaab11b0092cc6bb9b7e0c94 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -62,3 +62,5 @@ include Makefile.inc
 
 EXTRA_DIST = base64.pl Makefile.inc CMakeLists.txt
 
+checksrc:
+       @@PERL@ $(top_srcdir)/lib/checksrc.pl $(top_srcdir)/tests/libtest/*.c