Commit 06353282 by Tony Kelman

Only run -ionline tests IF (WINHTTP OR OPENSSL_FOUND)

parent 4c88fd7c
......@@ -493,7 +493,11 @@ IF (BUILD_CLAR)
ENDIF ()
ENABLE_TESTING()
ADD_TEST(libgit2_clar libgit2_clar -ionline)
IF (WINHTTP OR OPENSSL_FOUND)
ADD_TEST(libgit2_clar libgit2_clar -ionline)
ELSE ()
ADD_TEST(libgit2_clar libgit2_clar -v)
ENDIF ()
ENDIF ()
IF (TAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment