]> git.pld-linux.org Git - packages/libgit2.git/blame - libgit2-test-online.patch
up to 0.24.0, SONAME change
[packages/libgit2.git] / libgit2-test-online.patch
CommitLineData
5a6c8e52
JB
1--- libgit2-0.23.3/CMakeLists.txt.orig 2015-10-18 14:13:01.342360169 +0200
2+++ libgit2-0.23.3/CMakeLists.txt 2015-10-18 14:15:26.742357088 +0200
3@@ -588,7 +588,11 @@
c1bf3b60
KK
4
5 ENABLE_TESTING()
5a6c8e52
JB
6 IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
7+ IF (ONLINE_TESTS)
8 ADD_TEST(libgit2_clar libgit2_clar -ionline)
9+ ELSE ()
10+ ADD_TEST(libgit2_clar libgit2_clar -xonline -xnetwork::remote::remotes)
11+ ENDIF ()
12 ELSE ()
13 ADD_TEST(libgit2_clar libgit2_clar -v)
14 ENDIF ()
This page took 0.197919 seconds and 4 git commands to generate.