summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-21 23:14:43 +0100
committerBruno Haible <bruno@clisp.org>2011-03-21 23:14:43 +0100
commit7386da29272905ff9c3aae89143acb3dc86ae7ea (patch)
tree0f1b6353386b03e0bbb567837dc6020c56295d7e /modules
parent9ca4149056bfb051e7f567071d01c376c36ef001 (diff)
downloadgnulib-7386da29272905ff9c3aae89143acb3dc86ae7ea.tar.gz
Tests for module 'unictype/joininggroup-of'.
* modules/unictype/joininggroup-of-tests: New file. * tests/unictype/test-joininggroup_of.c: New file. * tests/unictype/test-joininggroup_of.h: New file, automatically generated by gen-uni-tables.
Diffstat (limited to 'modules')
-rw-r--r--modules/unictype/joininggroup-of-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/unictype/joininggroup-of-tests b/modules/unictype/joininggroup-of-tests
new file mode 100644
index 0000000000..f2a601f97f
--- /dev/null
+++ b/modules/unictype/joininggroup-of-tests
@@ -0,0 +1,14 @@
+Files:
+tests/unictype/test-joininggroup_of.c
+tests/unictype/test-joininggroup_of.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-joininggroup_of
+check_PROGRAMS += test-joininggroup_of
+test_joininggroup_of_SOURCES = unictype/test-joininggroup_of.c
+test_joininggroup_of_LDADD = $(LDADD) $(LIBUNISTRING)