summaryrefslogtreecommitdiff
path: root/modules/unictype/category-Mn-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-Mn-tests
parent5a6e55c1886acd86b0deaa9d1d343471f61d3ded (diff)
downloadgnulib-a635ca9c01d6e9a747ac9c0c2eed04658486d400.tar.gz
Tests for Unicode character classification functions.
Diffstat (limited to 'modules/unictype/category-Mn-tests')
-rw-r--r--modules/unictype/category-Mn-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/unictype/category-Mn-tests b/modules/unictype/category-Mn-tests
new file mode 100644
index 0000000000..47168671e7
--- /dev/null
+++ b/modules/unictype/category-Mn-tests
@@ -0,0 +1,15 @@
+Files:
+tests/unictype/test-categ_Mn.c
+tests/unictype/test-predicate-part1.h
+tests/unictype/test-predicate-part2.h
+
+Depends-on:
+unictype/category-test
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-categ_Mn
+check_PROGRAMS += test-categ_Mn
+test_categ_Mn_SOURCES = unictype/test-categ_Mn.c
+