From: Bruno Haible Date: Sun, 8 Feb 2009 20:26:24 +0000 (+0100) Subject: Tests for module 'unicase/totitle'. X-Git-Tag: v0.1~6338 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2a1863c755eb7a3ac8ada7f2ea15a14bd509fe0b;p=gnulib.git Tests for module 'unicase/totitle'. --- diff --git a/ChangeLog b/ChangeLog index d2fe661b4..f20e3365f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-08 Bruno Haible + Tests for module 'unicase/totitle'. + * modules/unicase/totitle-tests: New file. + Tests for module 'unicase/tolower'. * modules/unicase/tolower-tests: New file. diff --git a/modules/unicase/totitle-tests b/modules/unicase/totitle-tests new file mode 100644 index 000000000..40828098c --- /dev/null +++ b/modules/unicase/totitle-tests @@ -0,0 +1,14 @@ +Files: +tests/unicase/test-uc_totitle.c +tests/unicase/test-mapping-part1.h +tests/unicase/test-mapping-part2.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-uc_totitle +check_PROGRAMS += test-uc_totitle +test_uc_totitle_SOURCES = unicase/test-uc_totitle.c +