diff options
| author | Vicent Marti <tanoku@gmail.com> | 2011-06-12 11:40:14 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-06-14 17:40:17 +0200 |
| commit | b0233216691fc52c6886a7f53c650d56a651cc84 (patch) | |
| tree | e7424326ef33a43904419f42683ba95e02443d1d /tests/test_main.c | |
| parent | 0f49a589013d0f5c75cccf75ee2dd6cc99ce3d91 (diff) | |
| download | libgit2-b0233216691fc52c6886a7f53c650d56a651cc84.tar.gz | |
Remove custom backends
All the custom backend code will be moved to a separate project,
together with the new MySQL backend.
Diffstat (limited to 'tests/test_main.c')
| -rw-r--r-- | tests/test_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_main.c b/tests/test_main.c index 0f5f16a26..3fd117d0b 100644 --- a/tests/test_main.c +++ b/tests/test_main.c @@ -40,8 +40,6 @@ DECLARE_SUITE(hashtable); DECLARE_SUITE(tag); DECLARE_SUITE(tree); DECLARE_SUITE(refs); -DECLARE_SUITE(sqlite); -DECLARE_SUITE(hiredis); DECLARE_SUITE(repository); DECLARE_SUITE(threads); DECLARE_SUITE(config); @@ -58,10 +56,8 @@ static libgit2_suite suite_methods[]= { SUITE_NAME(tag), SUITE_NAME(tree), SUITE_NAME(refs), - SUITE_NAME(sqlite), SUITE_NAME(repository), SUITE_NAME(threads), - SUITE_NAME(hiredis), SUITE_NAME(config), }; |
