mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
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:
parent
6264f617f8
commit
e729aa99f9
@ -29,7 +29,7 @@ rem ***************************************************************************
|
|||||||
setlocal
|
setlocal
|
||||||
set CHECK_LIB=TRUE
|
set CHECK_LIB=TRUE
|
||||||
set CHECK_SRC=TRUE
|
set CHECK_SRC=TRUE
|
||||||
set CHECK_TESTS=FALSE
|
set CHECK_TESTS=TRUE
|
||||||
|
|
||||||
:parseArgs
|
:parseArgs
|
||||||
if "%~1" == "" goto prerequisites
|
if "%~1" == "" goto prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user