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.
This commit is contained in:
Steve Holme 2016-04-03 21:57:04 +01:00
parent 6264f617f8
commit e729aa99f9

View 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