diff options
Diffstat (limited to 'tests/structinit/structinit.c')
| -rw-r--r-- | tests/structinit/structinit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/structinit/structinit.c b/tests/structinit/structinit.c index def9fefc0..0e00ab5a0 100644 --- a/tests/structinit/structinit.c +++ b/tests/structinit/structinit.c @@ -125,4 +125,9 @@ void test_structinit_structinit__compare(void) CHECK_MACRO_FUNC_INIT_EQUAL( \ git_refdb_backend, GIT_REFDB_BACKEND_VERSION, \ GIT_REFDB_BACKEND_INIT, git_refdb_init_backend); + + /* submodule update */ + CHECK_MACRO_FUNC_INIT_EQUAL( \ + git_submodule_update_options, GIT_SUBMODULE_UPDATE_OPTIONS_VERSION, \ + GIT_SUBMODULE_UPDATE_OPTIONS_INIT, git_submodule_update_init_options); } |
