summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-02-10 14:48:33 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-02-10 14:48:33 -0800
commit59ace284f33fe9928fcdb04b02044c921fd6905e (patch)
tree53840b244e5edc39b90e347ff8c48e6254a0e4b6 /Makefile
parentMerge branch 'ab/retire-pcre1' (diff)
parentgrep/pcre2: better support invalid UTF-8 haystacks (diff)
downloadtgif-59ace284f33fe9928fcdb04b02044c921fd6905e.tar.xz
Merge branch 'ab/grep-pcre-invalid-utf8'
Update support for invalid UTF-8 in PCRE2. * ab/grep-pcre-invalid-utf8: grep/pcre2: better support invalid UTF-8 haystacks grep/pcre2 tests: don't rely on invalid UTF-8 data test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6973c3d447..5a239cac20 100644
--- a/Makefile
+++ b/Makefile
@@ -715,6 +715,7 @@ TEST_BUILTINS_OBJS += test-online-cpus.o
TEST_BUILTINS_OBJS += test-parse-options.o
TEST_BUILTINS_OBJS += test-parse-pathspec-file.o
TEST_BUILTINS_OBJS += test-path-utils.o
+TEST_BUILTINS_OBJS += test-pcre2-config.o
TEST_BUILTINS_OBJS += test-pkt-line.o
TEST_BUILTINS_OBJS += test-prio-queue.o
TEST_BUILTINS_OBJS += test-proc-receive.o