diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-21 16:51:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-21 16:51:03 -0800 |
commit | d9fde065bd808fbbad3b53e10e160c8f8193b577 (patch) | |
tree | aeae85b30e694dd7d23a7eb120a499055f147038 /Makefile | |
parent | Merge branch 'sb/hook-cleanup' (diff) | |
parent | Add is_regex_special() (diff) | |
download | tgif-d9fde065bd808fbbad3b53e10e160c8f8193b577.tar.xz |
Merge branch 'rs/ctype'
* rs/ctype:
Add is_regex_special()
Change NUL char handling of isspecial()
Reformat ctype.c
Add ctype test
Conflicts:
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1357,6 +1357,7 @@ endif ### Testing rules TEST_PROGRAMS += test-chmtime$X +TEST_PROGRAMS += test-ctype$X TEST_PROGRAMS += test-date$X TEST_PROGRAMS += test-delta$X TEST_PROGRAMS += test-genrandom$X @@ -1376,6 +1377,8 @@ export NO_SVN_TESTS test: all $(MAKE) -C t/ all +test-ctype$X: ctype.o + test-date$X: date.o ctype.o test-delta$X: diff-delta.o patch-delta.o |