aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:11 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:11 -0700
commit64cb4c34d1c27969c6556cbe339a73e88758d7e6 (patch)
tree142c52890f656275749c8cb771df7400653d488b /Makefile
parentc068a3b8ee40d6e009da33d742d6a87dbaf7f1c6 (diff)
parent4d1d843be7a15717b425ad39f8cd4c4a510b4121 (diff)
downloadgit-64cb4c34d1c27969c6556cbe339a73e88758d7e6.tar.gz
Merge branch 'mt/rot13-in-c'
Test portability improvements. * mt/rot13-in-c: tests: use the new C rot13-filter helper to avoid PERL prereq t0021: implementation the rot13-filter.pl script in C t0021: avoid grepping for a Perl-specific string at filter output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cde5d56702..eac30126e2 100644
--- a/Makefile
+++ b/Makefile
@@ -772,6 +772,7 @@ TEST_BUILTINS_OBJS += test-read-midx.o
TEST_BUILTINS_OBJS += test-ref-store.o
TEST_BUILTINS_OBJS += test-reftable.o
TEST_BUILTINS_OBJS += test-regex.o
+TEST_BUILTINS_OBJS += test-rot13-filter.o
TEST_BUILTINS_OBJS += test-repository.o
TEST_BUILTINS_OBJS += test-revision-walking.o
TEST_BUILTINS_OBJS += test-run-command.o