From: Steve Holme Date: Sun, 3 Apr 2016 20:57:04 +0000 (+0100) Subject: checksrc.bat: Re-enabled the tests directory by default X-Git-Tag: curl-7_49_0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e729aa99f973f2f4bff0b2596fa6f1aab8d64354;p=thirdparty%2Fcurl.git checksrc.bat: Re-enabled the tests directory by default Following the recent changes to the source in the tests directory, re-enabled tests for the default scan. --- diff --git a/projects/checksrc.bat b/projects/checksrc.bat index c9abaa4d9a..bb24ed7464 100644 --- a/projects/checksrc.bat +++ b/projects/checksrc.bat @@ -29,7 +29,7 @@ rem *************************************************************************** setlocal set CHECK_LIB=TRUE set CHECK_SRC=TRUE - set CHECK_TESTS=FALSE + set CHECK_TESTS=TRUE :parseArgs if "%~1" == "" goto prerequisites