summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-07 17:01:42 +0100
committerBruno Haible <bruno@clisp.org>2009-03-07 17:01:42 +0100
commitf2ed33f70b0e45621225e7f88e17724636d43035 (patch)
treee40d52b4b6f610792d41ab944c452e05fb698d81 /modules/uninorm
parent7e79151e3fd8d2c0e5f1e0fc3e00a5421980a0c1 (diff)
downloadgnulib-f2ed33f70b0e45621225e7f88e17724636d43035.tar.gz
Tests for module 'uninorm/u8-normcoll'.
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@
+