diff options
author | Edward Thomson <ethomson@github.com> | 2016-04-19 19:48:52 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2016-04-19 19:48:52 -0400 |
commit | 1dc449105b329ea4f8ea9982bc2da869d231c04a (patch) | |
tree | 3dede94adc9297468b3f5b2294b300b028a0b34f /CMakeLists.txt | |
parent | 95fbc81dafd64400d51637a27ecd49de5ea63145 (diff) | |
parent | 2638df771172a18dc5da89f039076fcc05ceb4ac (diff) | |
download | libgit2-1dc449105b329ea4f8ea9982bc2da869d231c04a.tar.gz |
Merge pull request #3110 from libgit2/cmn/proxy-config
Proxy configuration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b5fba7b..ba3a5184a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -690,6 +690,8 @@ IF (BUILD_CLAR) # Add a test target which runs the cred callback tests, to be # called after setting the url and user ADD_TEST(libgit2_clar-cred_callback libgit2_clar -v -sonline::clone::cred_callback) + ADD_TEST(libgit2_clar-proxy_credentials_in_url libgit2_clar -v -sonline::clone::proxy_credentials_in_url) + ADD_TEST(libgit2_clar-proxy_credentials_request libgit2_clar -v -sonline::clone::proxy_credentials_request) ENDIF () IF (TAGS) |