1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: 'make checksrc' now checks server/ too

This commit is contained in:
Daniel Stenberg 2016-04-03 22:37:23 +02:00
parent 0c6204a51f
commit a1a2470dbd

View File

@ -96,3 +96,4 @@ torture-test: perlcheck all
checksrc:
cd libtest && $(MAKE) checksrc
cd unit && $(MAKE) checksrc
cd server && $(MARK) checksrc