File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ include(DefaultCFlags)
111111add_subdirectory (src)
112112
113113if (BUILD_TESTS)
114+ enable_testing ()
114115 add_subdirectory (tests)
115116endif ()
116117
Original file line number Diff line number Diff line change 1- if (WIN32 AND WINHTTP )
1+ if (WIN32 AND USE_WINHTTP )
22 set (GIT_WINHTTP 1)
33
44 # Since MinGW does not come with headers or an import library for winhttp,
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ function(ADD_CLAR_TEST name)
6868 endif ()
6969endfunction (ADD_CLAR_TEST)
7070
71- enable_testing ()
72-
7371add_clar_test(offline -v -xonline)
7472add_clar_test(invasive -v -score::ftruncate -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
7573add_clar_test(online -v -sonline -xonline::customcert)
You can’t perform that action at this time.
0 commit comments