diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:37:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:38:36 +0200 |
commit | a1a2470dbd82bd611fc3644cf492a04a1302bcd0 (patch) | |
tree | 353ba9242358fed713b28669b230209ae365a73f /tests | |
parent | 0c6204a51f1385be37bb6b985fcbd8bf926776bf (diff) | |
download | curl-a1a2470dbd82bd611fc3644cf492a04a1302bcd0.tar.gz |
tests: 'make checksrc' now checks server/ too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
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 |