From 2a1863c755eb7a3ac8ada7f2ea15a14bd509fe0b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Feb 2009 21:26:24 +0100 Subject: [PATCH] Tests for module 'unicase/totitle'. --- ChangeLog | 3 +++ modules/unicase/totitle-tests | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 modules/unicase/totitle-tests diff --git a/ChangeLog b/ChangeLog index d2fe661b42..f20e3365f7 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 0000000000..40828098cc --- /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 + -- 2.30.2