summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
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
+