aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-17 15:53:31 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-17 15:53:31 -0700
commit3b0b6b53d5fa8f7ea5d2d9ddb74b0f8186252d28 (patch)
tree7a08742c7be74c972b2ddbbf5848f0a805108290 /Makefile
parent992311cf860347df159081873fba099a94d463f4 (diff)
parent51f3145c2834c8f1d94c5b7cf3790baf74b9f521 (diff)
downloadgit-3b0b6b53d5fa8f7ea5d2d9ddb74b0f8186252d28.tar.gz
git-3b0b6b53d5fa8f7ea5d2d9ddb74b0f8186252d28.tar.xz
Merge branch 'mh/string-list'
* mh/string-list: api-string-list.txt: initialize the string_list the easy way string_list: add a function string_list_longest_prefix() string_list: add a new function, string_list_remove_duplicates() string_list: add a new function, filter_string_list() string_list: add two new functions for splitting strings string_list: add function string_list_append_nodup()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 56301dc0a..a49d1db28 100644
--- a/Makefile
+++ b/Makefile
@@ -509,6 +509,7 @@ TEST_PROGRAMS_NEED_X += test-run-command
TEST_PROGRAMS_NEED_X += test-scrap-cache-tree
TEST_PROGRAMS_NEED_X += test-sha1
TEST_PROGRAMS_NEED_X += test-sigchain
+TEST_PROGRAMS_NEED_X += test-string-list
TEST_PROGRAMS_NEED_X += test-subprocess
TEST_PROGRAMS_NEED_X += test-svn-fe