summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 00:54:11 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 02:22:37 +0100
commit92c4eca298b922ec22da488a2b170a92dd6eb519 (patch)
tree0a2ae92de817c817f7f0483765806094e05274ad /modules/unictype
parent62a140bca2f9965f5e26f3d5aaf0b57e19b87b8e (diff)
downloadgnulib-92c4eca298b922ec22da488a2b170a92dd6eb519.tar.gz
Tests for module 'unictype/combining-class-name'.
* modules/unictype/combining-class-name-tests: New file. * tests/unictype/test-combiningclass_name.c: New file.
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/combining-class-name-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/unictype/combining-class-name-tests b/modules/unictype/combining-class-name-tests
new file mode 100644
index 0000000000..4e3c866151
--- /dev/null
+++ b/modules/unictype/combining-class-name-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-combiningclass_name.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-combiningclass_name
+check_PROGRAMS += test-combiningclass_name
+test_combiningclass_name_SOURCES = unictype/test-combiningclass_name.c
+test_combiningclass_name_LDADD = $(LDADD) $(LIBUNISTRING)