# HG changeset patch # User Bruno Haible # Date 1234124742 -3600 # Node ID 8c524cd9920b5b84ca37a667beda1383bf9b29e9 # Parent 6cf2f8dbf056597573cfd164ea3cd2b0a99190e6 Tests for module 'unicase/tolower'. diff --git a/ChangeLog b/ChangeLog --- 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 --- /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 +