From fdfd440ca0c2bbd74ee7b6df8ae51eafa8031b5e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Feb 2009 21:25:42 +0100 Subject: [PATCH] Tests for module 'unicase/tolower'. --- ChangeLog | 3 +++ modules/unicase/tolower-tests | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 modules/unicase/tolower-tests diff --git a/ChangeLog b/ChangeLog index 0f45dcd780..d2fe661b42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-08 Bruno Haible + 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 index 0000000000..254325ebd2 --- /dev/null +++ b/modules/unicase/tolower-tests @@ -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 + -- 2.30.2