summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-06 19:25:35 +0100
committerBruno Haible <bruno@clisp.org>2009-03-06 19:25:35 +0100
commit946e122e45c94d155fd6a3ae00b5234a2202ea7c (patch)
tree2e62b392e4901b723092a7cef9d221d5bdcff447 /modules/uninorm
parente2e6ef4af85994963d48d56c2473ae8d470b001b (diff)
downloadgnulib-946e122e45c94d155fd6a3ae00b5234a2202ea7c.tar.gz
Tests for module 'uninorm/u8-normcmp'.
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/u8-normcmp-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/uninorm/u8-normcmp-tests b/modules/uninorm/u8-normcmp-tests
new file mode 100644
index 0000000000..0b9d509a89
--- /dev/null
+++ b/modules/uninorm/u8-normcmp-tests
@@ -0,0 +1,14 @@
+Files:
+tests/uninorm/test-u8-normcmp.c
+
+Depends-on:
+uninorm/u8-normcmp
+uninorm/nfd
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u8-normcmp
+check_PROGRAMS += test-u8-normcmp
+test_u8_normcmp_SOURCES = uninorm/test-u8-normcmp.c
+