mirror of
https://github.com/curl/curl.git
synced 2026-07-06 19:47:17 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue