summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-07 11:26:01 +0100
committerBruno Haible <bruno@clisp.org>2009-03-07 11:26:01 +0100
commit1bd08626c24664e17e9c8d77a3084adf5a119f3b (patch)
treeb373f858c4c50b894ca0aaf5e6197cbb6f93b3e9 /modules/uninorm
parent7b01a885219f9d3870cedcc5c049a80756271538 (diff)
downloadgnulib-1bd08626c24664e17e9c8d77a3084adf5a119f3b.tar.gz
Tests for module 'uninorm/decomposing-form'.
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/decomposing-form-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/uninorm/decomposing-form-tests b/modules/uninorm/decomposing-form-tests
new file mode 100644
index 0000000000..5c8536d5fd
--- /dev/null
+++ b/modules/uninorm/decomposing-form-tests
@@ -0,0 +1,16 @@
+Files:
+tests/uninorm/test-decomposing-form.c
+
+Depends-on:
+uninorm/nfc
+uninorm/nfd
+uninorm/nfkc
+uninorm/nfkd
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-decomposing-form
+check_PROGRAMS += test-decomposing-form
+test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c
+