changeset 11148:d6b993e7faca

Tests for module 'unicase/totitle'.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 Feb 2009 21:26:24 +0100
parents 8c524cd9920b
children 69adbf69b681
files ChangeLog modules/unicase/totitle-tests
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-02-08  Bruno Haible  <bruno@clisp.org>
 
+	Tests for module 'unicase/totitle'.
+	* modules/unicase/totitle-tests: New file.
+
 	Tests for module 'unicase/tolower'.
 	* modules/unicase/tolower-tests: New file.
 
new file mode 100644
--- /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
+