summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-02-21 12:53:03 +0100
committerBruno Haible <bruno@clisp.org>2009-02-21 12:53:03 +0100
commit8424f040f4bfc95e7448e62ac26ea028faf36480 (patch)
tree02c398a569009d4b63d7cc2b1daea1eb1097cee9 /modules/uninorm
parentfccc5cc6f7152e7f4cd61e74ba3c185a7e772af3 (diff)
downloadgnulib-8424f040f4bfc95e7448e62ac26ea028faf36480.tar.gz
Tests for module 'uninorm/nfkc'.
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/nfkc-tests34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/uninorm/nfkc-tests b/modules/uninorm/nfkc-tests
new file mode 100644
index 0000000000..33da4c6c3f
--- /dev/null
+++ b/modules/uninorm/nfkc-tests
@@ -0,0 +1,34 @@
+Files:
+tests/uninorm/test-nfkc.c
+tests/uninorm/test-u8-nfkc.c
+tests/uninorm/test-u16-nfkc.c
+tests/uninorm/test-u32-nfkc.c
+tests/uninorm/test-u32-nfkc-big.sh
+tests/uninorm/test-u32-nfkc-big.c
+tests/uninorm/test-u32-normalize-big.h
+tests/uninorm/test-u32-normalize-big.c
+tests/uninorm/NormalizationTest.txt
+
+Depends-on:
+unistr/u8-cmp
+unistr/u16-cmp
+unistr/u32-cmp
+unistr/u32-strlen
+xalloc
+progname
+
+configure.ac:
+AC_CHECK_DECLS_ONCE([alarm])
+
+Makefile.am:
+TESTS += test-nfkc uninorm/test-u32-nfkc-big.sh
+check_PROGRAMS += test-nfkc test-u32-nfkc-big
+test_nfkc_SOURCES = \
+ uninorm/test-nfkc.c \
+ uninorm/test-u8-nfkc.c \
+ uninorm/test-u16-nfkc.c \
+ uninorm/test-u32-nfkc.c
+test_u32_nfkc_big_SOURCES = \
+ uninorm/test-u32-nfkc-big.c \
+ uninorm/test-u32-normalize-big.c
+