diff options
author | Dmitry Kovega <arhibot@gmail.com> | 2011-04-03 21:43:51 +0400 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-04-08 03:27:01 +0300 |
commit | 8a64bc292c36f5af3e42c46712cb449e19dfa125 (patch) | |
tree | 6e4992d5ae91aff475ce26c13e8e8ead19c9e253 /tests/test_main.c | |
parent | 0ad6efa110853763894b60e4c454985a726968da (diff) | |
download | libgit2-8a64bc292c36f5af3e42c46712cb449e19dfa125.tar.gz |
redis backend
Diffstat (limited to 'tests/test_main.c')
-rw-r--r-- | tests/test_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_main.c b/tests/test_main.c index f2a623a48..102688ce1 100644 --- a/tests/test_main.c +++ b/tests/test_main.c @@ -41,6 +41,7 @@ DECLARE_SUITE(tag); DECLARE_SUITE(tree); DECLARE_SUITE(refs); DECLARE_SUITE(sqlite); +DECLARE_SUITE(hiredis); DECLARE_SUITE(repository); DECLARE_SUITE(threads); @@ -59,6 +60,7 @@ static libgit2_suite suite_methods[]= { SUITE_NAME(sqlite), SUITE_NAME(repository), SUITE_NAME(threads), + SUITE_NAME(hiredis) }; #define GIT_SUITE_COUNT (ARRAY_SIZE(suite_methods)) |