summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/u8-normcoll-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/uninorm/u8-normcoll-tests b/modules/uninorm/u8-normcoll-tests
new file mode 100644
index 0000000000..31e33a42d2
--- /dev/null
+++ b/modules/uninorm/u8-normcoll-tests
@@ -0,0 +1,15 @@
+Files:
+tests/uninorm/test-u8-normcoll.c
+tests/uninorm/test-u8-normcmp.h
+
+Depends-on:
+uninorm/nfc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u8-normcoll
+check_PROGRAMS += test-u8-normcoll
+test_u8_normcoll_SOURCES = uninorm/test-u8-normcoll.c
+test_u8_normcoll_LDADD = $(LDADD) @LIBICONV@
+