summaryrefslogtreecommitdiff
path: root/modules/uninorm/u32-normcoll-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-07 17:02:51 +0100
committerBruno Haible <bruno@clisp.org>2009-03-07 17:02:51 +0100
commit45a1421304b3f60b91e2ab5fc191573f9d090a40 (patch)
treeb7c0b7642428db4943adbcdf0e1b5764a192b15e /modules/uninorm/u32-normcoll-tests
parentce989c3e77e7ee1a48bee7364144108a0b713068 (diff)
downloadgnulib-45a1421304b3f60b91e2ab5fc191573f9d090a40.tar.gz
Tests for module 'uninorm/u32-normcoll'.
Diffstat (limited to 'modules/uninorm/u32-normcoll-tests')
-rw-r--r--modules/uninorm/u32-normcoll-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/uninorm/u32-normcoll-tests b/modules/uninorm/u32-normcoll-tests
new file mode 100644
index 0000000000..029fe873a6
--- /dev/null
+++ b/modules/uninorm/u32-normcoll-tests
@@ -0,0 +1,15 @@
+Files:
+tests/uninorm/test-u32-normcoll.c
+tests/uninorm/test-u32-normcmp.h
+
+Depends-on:
+uninorm/nfc
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u32-normcoll
+check_PROGRAMS += test-u32-normcoll
+test_u32_normcoll_SOURCES = uninorm/test-u32-normcoll.c
+test_u32_normcoll_LDADD = $(LDADD) @LIBICONV@
+