summaryrefslogtreecommitdiff
path: root/tests/libgit2/core
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-16 10:23:28 +0000
committerGitHub <noreply@github.com>2023-02-16 10:23:28 +0000
commit05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba (patch)
treec12ebe6dc8cc8f17c8df1194aa7d61cc1d1a936d /tests/libgit2/core
parent7108b4318f365968ad542d3a11b6b1a67c41306d (diff)
parent35580d88a834438275adea77785a5f356352ea21 (diff)
downloadlibgit2-05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba.tar.gz
Merge pull request #6330 from gitkraken-jacobw/partial-stashing
stash: partial stash specific files
Diffstat (limited to 'tests/libgit2/core')
-rw-r--r--tests/libgit2/core/structinit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/libgit2/core/structinit.c b/tests/libgit2/core/structinit.c
index 160e2f612..8a6e48d2a 100644
--- a/tests/libgit2/core/structinit.c
+++ b/tests/libgit2/core/structinit.c
@@ -160,6 +160,11 @@ void test_core_structinit__compare(void)
git_stash_apply_options, GIT_STASH_APPLY_OPTIONS_VERSION, \
GIT_STASH_APPLY_OPTIONS_INIT, git_stash_apply_options_init);
+ /* stash save */
+ CHECK_MACRO_FUNC_INIT_EQUAL( \
+ git_stash_save_options, GIT_STASH_SAVE_OPTIONS_VERSION, \
+ GIT_STASH_SAVE_OPTIONS_INIT, git_stash_save_options_init);
+
/* status */
CHECK_MACRO_FUNC_INIT_EQUAL( \
git_status_options, GIT_STATUS_OPTIONS_VERSION, \