diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:36:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:36:25 -0700 |
commit | efe0a206a24179bf085463ea88f8c95ebc7c4768 (patch) | |
tree | b757b33c8b07491a6076d208b8bed851e372cf7f /Makefile | |
parent | 871313c35851e85a58c4012c02a806890c671813 (diff) | |
parent | c91841594c2f08bec0c8b2d46da27add18fb4854 (diff) | |
download | git-efe0a206a24179bf085463ea88f8c95ebc7c4768.tar.gz git-efe0a206a24179bf085463ea88f8c95ebc7c4768.tar.xz |
Merge branch 'rj/test-regex'
Git ships with a fall-back regexp implementation for platforms with
buggy regexp library; give people a tool to see if they should be
using it on their platform.
* rj/test-regex:
test-regex: Add a test to check for a bug in the regex routines
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -496,6 +496,7 @@ TEST_PROGRAMS_NEED_X += test-mergesort TEST_PROGRAMS_NEED_X += test-mktemp TEST_PROGRAMS_NEED_X += test-parse-options TEST_PROGRAMS_NEED_X += test-path-utils +TEST_PROGRAMS_NEED_X += test-regex TEST_PROGRAMS_NEED_X += test-revision-walking TEST_PROGRAMS_NEED_X += test-run-command TEST_PROGRAMS_NEED_X += test-scrap-cache-tree |