Sha256: aaed1f09c2de525e6511f7f8b2575f81ee7b12c7c0eec966f1c3cfe0fefdbb94
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
#include "clar_libgit2.h" #include "cache.h" static git_repository *g_repo; void test_threads_basic__initialize(void) { g_repo = cl_git_sandbox_init("testrepo"); } void test_threads_basic__cleanup(void) { cl_git_sandbox_cleanup(); } void test_threads_basic__cache(void) { // run several threads polling the cache at the same time cl_assert(1 == 1); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rugged-0.17.0b2 | ext/rugged/vendor/libgit2-dist/tests-clar/threads/basic.c |
rugged-0.17.0b1 | ext/rugged/vendor/libgit2-dist/tests-clar/threads/basic.c |