summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-21 23:04:10 +0100
committerBruno Haible <bruno@clisp.org>2011-03-21 23:04:10 +0100
commit0e0eba7449245a659975785ef7acecbd1319d95a (patch)
tree8df0f0b8b9d13d31849a271635ac9fbd730858d9 /modules/unictype
parente6799fe350d89ed440cfe3f2e893cecd9717f2b2 (diff)
downloadgnulib-0e0eba7449245a659975785ef7acecbd1319d95a.tar.gz
Tests for module 'unictype/joiningtype-of'.
* modules/unictype/joiningtype-of-tests: New file. * tests/unictype/test-joiningtype_of.c: New file. * tests/unictype/test-joiningtype_of.h: New file, automatically generated by gen-uni-tables.
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/joiningtype-of-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/unictype/joiningtype-of-tests b/modules/unictype/joiningtype-of-tests
new file mode 100644
index 0000000000..300e583146
--- /dev/null
+++ b/modules/unictype/joiningtype-of-tests
@@ -0,0 +1,14 @@
+Files:
+tests/unictype/test-joiningtype_of.c
+tests/unictype/test-joiningtype_of.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-joiningtype_of
+check_PROGRAMS += test-joiningtype_of
+test_joiningtype_of_SOURCES = unictype/test-joiningtype_of.c
+test_joiningtype_of_LDADD = $(LDADD) $(LIBUNISTRING)