diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:11 -0700 |
commit | 64cb4c34d1c27969c6556cbe339a73e88758d7e6 (patch) | |
tree | 142c52890f656275749c8cb771df7400653d488b /Makefile | |
parent | c068a3b8ee40d6e009da33d742d6a87dbaf7f1c6 (diff) | |
parent | 4d1d843be7a15717b425ad39f8cd4c4a510b4121 (diff) | |
download | git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |