Skip to content
Snippets Groups Projects
Commit e729aa99 authored by Steve Holme's avatar Steve Holme
Browse files

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.
parent 6264f617
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment