Tests for module 'unicase/totitle'.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Feb 2009 20:26:24 +0000 (21:26 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Feb 2009 20:26:24 +0000 (21:26 +0100)
ChangeLog
modules/unicase/totitle-tests [new file with mode: 0644]

index d2fe661..f20e336 100644 (file)
--- 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.
 
diff --git a/modules/unicase/totitle-tests b/modules/unicase/totitle-tests
new file mode 100644 (file)
index 0000000..4082809
--- /dev/null
@@ -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
+