changeset 11147:8c524cd9920b

Tests for module 'unicase/tolower'.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 Feb 2009 21:25:42 +0100
parents 6cf2f8dbf056
children d6b993e7faca
files ChangeLog modules/unicase/tolower-tests
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 08 21:24:51 2009 +0100
+++ b/ChangeLog	Sun Feb 08 21:25:42 2009 +0100
@@ -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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/unicase/tolower-tests	Sun Feb 08 21:25:42 2009 +0100
@@ -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
+