checksrc.bat: Disable tests by default until warnings are fixed

This commit is contained in:
Steve Holme 2016-04-03 20:55:19 +01:00
parent 83b174b3f0
commit e805fb9884

View File

@ -29,7 +29,7 @@ rem ***************************************************************************
setlocal
set CHECK_LIB=TRUE
set CHECK_SRC=TRUE
set CHECK_TESTS=TRUE
set CHECK_TESTS=FALSE
:parseArgs
if "%~1" == "" goto prerequisites