summaryrefslogtreecommitdiff
path: root/tests/submodule/submodule_helpers.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-03-31 17:33:44 -0400
committerEdward Thomson <ethomson@github.com>2016-03-31 17:58:43 -0400
commit74ab5f2cd010ffb824735402ebcd76895a975b4d (patch)
tree79410e235c84ba10e316928453f9eb4dd87eec86 /tests/submodule/submodule_helpers.h
parent1694a63994e58ea0f479cfab318d99c7cb9bbeba (diff)
downloadlibgit2-74ab5f2cd010ffb824735402ebcd76895a975b4d.tar.gz
status: test submodules with mixed case
Diffstat (limited to 'tests/submodule/submodule_helpers.h')
-rw-r--r--tests/submodule/submodule_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/submodule/submodule_helpers.h b/tests/submodule/submodule_helpers.h
index 42b14a7bc..d112b0c77 100644
--- a/tests/submodule/submodule_helpers.h
+++ b/tests/submodule/submodule_helpers.h
@@ -3,6 +3,7 @@ extern void rewrite_gitmodules(const char *workdir);
/* these will automatically set a cleanup callback */
extern git_repository *setup_fixture_submodules(void);
extern git_repository *setup_fixture_submod2(void);
+extern git_repository *setup_fixture_submod3(void);
extern git_repository *setup_fixture_submodule_simple(void);
extern git_repository *setup_fixture_super(void);
extern git_repository *setup_fixture_submodule_with_path(void);