summaryrefslogtreecommitdiff
path: root/tests/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_main.c')
-rw-r--r--tests/test_main.c4
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),
};