diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-11-18 02:16:24 +0100 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-11-18 02:35:45 +0100 |
commit | c515b5bf1e63455686ee1ab89152f3da6eca73a1 (patch) | |
tree | b9f5addd8fdd5db523ac463bec043a955b952dce /tests-clay/clay.h | |
parent | 472d4d858bed9758b2e9300e544417c0d9d43623 (diff) | |
download | libgit2-c515b5bf1e63455686ee1ab89152f3da6eca73a1.tar.gz |
Add test for renaming a file and adding it to the index
Thanks to Emeric.
Diffstat (limited to 'tests-clay/clay.h')
-rw-r--r-- | tests-clay/clay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clay/clay.h b/tests-clay/clay.h index 15e1770e0..db3a475b2 100644 --- a/tests-clay/clay.h +++ b/tests-clay/clay.h @@ -85,6 +85,7 @@ extern void test_core_strtol__int64(void); extern void test_core_vector__0(void); extern void test_core_vector__1(void); extern void test_core_vector__2(void); +extern void test_index_rename__single_file(void); extern void test_network_remotes__cleanup(void); extern void test_network_remotes__fnmatch(void); extern void test_network_remotes__initialize(void); |