summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-03 22:37:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-03 22:38:36 +0200
commita1a2470dbd82bd611fc3644cf492a04a1302bcd0 (patch)
tree353ba9242358fed713b28669b230209ae365a73f /tests/Makefile.am
parent0c6204a51f1385be37bb6b985fcbd8bf926776bf (diff)
downloadcurl-a1a2470dbd82bd611fc3644cf492a04a1302bcd0.tar.gz
tests: 'make checksrc' now checks server/ too
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3723f2164..16c362ffd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -96,3 +96,4 @@ torture-test: perlcheck all
checksrc:
cd libtest && $(MAKE) checksrc
cd unit && $(MAKE) checksrc
+ cd server && $(MARK) checksrc