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

index 0f45dcd780c3b06d605eaf247d1c34639389620f..d2fe661b42cac5dd1fcac44140c20770f3b629e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-02-08  Bruno Haible  <bruno@clisp.org>
 
+       Tests for module 'unicase/tolower'.
+       * modules/unicase/tolower-tests: New file.
+
        Tests for module 'unicase/toupper'.
        * modules/unicase/toupper-tests: New file.
        * tests/unicase/test-mapping-part1.h: New file.
diff --git a/modules/unicase/tolower-tests b/modules/unicase/tolower-tests
new file mode 100644 (file)
index 0000000..254325e
--- /dev/null
@@ -0,0 +1,14 @@
+Files:
+tests/unicase/test-uc_tolower.c
+tests/unicase/test-mapping-part1.h
+tests/unicase/test-mapping-part2.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-uc_tolower
+check_PROGRAMS += test-uc_tolower
+test_uc_tolower_SOURCES = unicase/test-uc_tolower.c
+