aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-14 11:19:28 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-14 11:19:28 -0700
commit2b5bf70039b027ce37ec2a5442499bb9061c2da0 (patch)
treec45e271ad25be4d69f80df01f68bef2937ecb389 /Makefile
parente78bca2eb79cb209151be4b8530fdea0bf0d5865 (diff)
parent6e5b26c3ff639211147ccb2b1ca681c768b8db11 (diff)
downloadgit-2b5bf70039b027ce37ec2a5442499bb9061c2da0.tar.xz
Merge branch 'sj/string-list'
Code and test clean-up around string-list API. * sj/string-list: u-string-list: move "remove duplicates" test to "u-string-list.c" u-string-list: move "filter string" test to "u-string-list.c" u-string-list: move "test_split_in_place" to "u-string-list.c" u-string-list: move "test_split" into "u-string-list.c" string-list: enable sign compare warnings check string-list: return index directly when inserting an existing element string-list: remove unused "insert_at" parameter from add_entry string-list: fix sign compare warnings for loop iterator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41912f9344..014d6fcaed 100644
--- a/Makefile
+++ b/Makefile
@@ -1365,6 +1365,7 @@ CLAR_TEST_SUITES += u-prio-queue
CLAR_TEST_SUITES += u-reftable-tree
CLAR_TEST_SUITES += u-strbuf
CLAR_TEST_SUITES += u-strcmp-offset
+CLAR_TEST_SUITES += u-string-list
CLAR_TEST_SUITES += u-strvec
CLAR_TEST_SUITES += u-trailer
CLAR_TEST_SUITES += u-urlmatch-normalization