diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-20 20:21:20 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-26 18:18:10 +0200 |
commit | a030ae502056998c5ac3e19abfcd9591d315febc (patch) | |
tree | 2d6fe140b54fc6277aaddfddfec25d3c43787849 /tests/test_main.c | |
parent | 2dc31040a25548c0cc224edc1ec3880dc16a9ca9 (diff) | |
download | libgit2-a030ae502056998c5ac3e19abfcd9591d315febc.tar.gz |
Add a test for remote parsing
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
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 3fd117d0b..aab6c068b 100644 --- a/tests/test_main.c +++ b/tests/test_main.c @@ -43,6 +43,7 @@ DECLARE_SUITE(refs); DECLARE_SUITE(repository); DECLARE_SUITE(threads); DECLARE_SUITE(config); +DECLARE_SUITE(remotes); static libgit2_suite suite_methods[]= { SUITE_NAME(core), @@ -59,6 +60,7 @@ static libgit2_suite suite_methods[]= { SUITE_NAME(repository), SUITE_NAME(threads), SUITE_NAME(config), + SUITE_NAME(remotes), }; #define GIT_SUITE_COUNT (ARRAY_SIZE(suite_methods)) |