]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
checksrc.bat: Re-enabled the tests directory by default
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Apr 2016 20:57:04 +0000 (21:57 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Apr 2016 20:57:38 +0000 (21:57 +0100)
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.

projects/checksrc.bat

index c9abaa4d9afa2918f1450127183f0c9ab205ba79..bb24ed746429c0f4aa65c35b3901007895fc9362 100644 (file)
@@ -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