# HG changeset patch # User Bruno Haible # Date 1234124784 -3600 # Node ID d6b993e7faca519d3ea209a8ab30ba0e6fc07129 # Parent 8c524cd9920b5b84ca37a667beda1383bf9b29e9 Tests for module 'unicase/totitle'. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-08 Bruno Haible + 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 --- /dev/null +++ b/modules/unicase/totitle-tests @@ -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 +