diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-01-20 22:13:14 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-01-20 22:13:14 +0000 |
commit | 3ee86a33292cbb8d43e0cf1442d0750c26fd61bb (patch) | |
tree | c3ad7c2097d2c06ee85decaa83f37f2e30267740 /tests | |
parent | 747af663fe5c9da531f73facfe9e14d186074808 (diff) | |
parent | e33d7c06887582540bee013665f88d9625eca46c (diff) | |
download | libgit2-3ee86a33292cbb8d43e0cf1442d0750c26fd61bb.tar.gz |
Merge commit 'e33d7c068' into ssh_key_checking
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libgit2/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libgit2/CMakeLists.txt b/tests/libgit2/CMakeLists.txt index 17f2253f0..f581d3075 100644 --- a/tests/libgit2/CMakeLists.txt +++ b/tests/libgit2/CMakeLists.txt @@ -66,11 +66,11 @@ endif() include(AddClarTest) add_clar_test(libgit2_tests offline -v -xonline) add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root) -add_clar_test(libgit2_tests online -v -sonline -xonline::customcert) +add_clar_test(libgit2_tests online -v -sonline -xonline::customcert -xonline::clone::ssh_auth_methods) add_clar_test(libgit2_tests online_customcert -v -sonline::customcert) add_clar_test(libgit2_tests gitdaemon -v -sonline::push) add_clar_test(libgit2_tests gitdaemon_namespace -v -sonline::clone::namespace) -add_clar_test(libgit2_tests ssh -v -sonline::push -sonline::clone::ssh_cert -sonline::clone::ssh_with_paths -sonline::clone::path_whitespace_ssh) +add_clar_test(libgit2_tests ssh -v -sonline::push -sonline::clone::ssh_cert -sonline::clone::ssh_with_paths -sonline::clone::path_whitespace_ssh -sonline::clone::ssh_auth_methods) add_clar_test(libgit2_tests proxy -v -sonline::clone::proxy) add_clar_test(libgit2_tests auth_clone -v -sonline::clone::cred) add_clar_test(libgit2_tests auth_clone_and_push -v -sonline::clone::push -sonline::push) |