summaryrefslogtreecommitdiff
path: root/modules/unictype/category-of-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-13 00:25:37 +0100
committerBruno Haible <bruno@clisp.org>2007-11-13 00:25:37 +0100
commita635ca9c01d6e9a747ac9c0c2eed04658486d400 (patch)
treea6b0a54a06b49dbd2cbf78df1fe3d3bc0a6ef49b /modules/unictype/category-of-tests
parent5a6e55c1886acd86b0deaa9d1d343471f61d3ded (diff)
downloadgnulib-a635ca9c01d6e9a747ac9c0c2eed04658486d400.tar.gz
Tests for Unicode character classification functions.
Diffstat (limited to 'modules/unictype/category-of-tests')
-rw-r--r--modules/unictype/category-of-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/unictype/category-of-tests b/modules/unictype/category-of-tests
new file mode 100644
index 0000000000..0a9a63d18f
--- /dev/null
+++ b/modules/unictype/category-of-tests
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-categ_of.c
+
+Depends-on:
+unictype/category-test
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-categ_of
+check_PROGRAMS += test-categ_of
+test_categ_of_SOURCES = unictype/test-categ_of.c
+