Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f144468 commit c513014Copy full SHA for c513014
tests/libgit2/CMakeLists.txt
@@ -66,6 +66,7 @@ endif()
66
include(AddClarTest)
67
add_clar_test(libgit2_tests offline -v -xonline)
68
add_clar_test(libgit2_tests config -v -sconfig)
69
+add_clar_test(libgit2_tests failing -v -scheckout::conflict)
70
add_clar_test(libgit2_tests invasive -v -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root -sonline::clone::connect_timeout_default)
71
add_clar_test(libgit2_tests online -v -sonline -xonline::customcert)
72
add_clar_test(libgit2_tests online_customcert -v -sonline::customcert)
0 commit comments