summaryrefslogtreecommitdiff
path: root/modules/unictype/category-longname-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-25 23:15:18 +0100
committerBruno Haible <bruno@clisp.org>2011-03-25 23:22:02 +0100
commitf3ddcf09c09c463254ba5b1021c92775f586f5ad (patch)
tree3307e7219f58973b98dc84cef10aa1f1fc769bf6 /modules/unictype/category-longname-tests
parent999c736ebb021bc282b697f630021196bacf4baa (diff)
downloadgnulib-f3ddcf09c09c463254ba5b1021c92775f586f5ad.tar.gz
Tests for module 'unictype/category-longname'.
* modules/unictype/category-longname-tests: New file. * tests/unictype/test-categ_longname.c: New file.
Diffstat (limited to 'modules/unictype/category-longname-tests')
-rw-r--r--modules/unictype/category-longname-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/unictype/category-longname-tests b/modules/unictype/category-longname-tests
new file mode 100644
index 0000000000..196460ac84
--- /dev/null
+++ b/modules/unictype/category-longname-tests
@@ -0,0 +1,16 @@
+Files:
+tests/unictype/test-categ_longname.c
+tests/macros.h
+
+Depends-on:
+unictype/category-or
+unictype/category-Z
+unictype/category-Nl
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-categ_longname
+check_PROGRAMS += test-categ_longname
+test_categ_longname_SOURCES = unictype/test-categ_longname.c
+test_categ_longname_LDADD = $(LDADD) $(LIBUNISTRING)