summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 00:49:14 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 00:49:14 +0000
commit88281b8d23b99e5b6c92f37f86c3ace2bb34143f (patch)
treea14ce4f4cacf9c3f243420418959d4f2422fd0fb /modules/uniconv
parente4a9624f1df826bc15b27ef979ef5e50afb6038e (diff)
downloadgnulib-88281b8d23b99e5b6c92f37f86c3ace2bb34143f.tar.gz
Tests for module 'uniconv/u16-strconv-to-enc'.
Diffstat (limited to 'modules/uniconv')
-rw-r--r--modules/uniconv/u16-strconv-to-enc-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/uniconv/u16-strconv-to-enc-tests b/modules/uniconv/u16-strconv-to-enc-tests
new file mode 100644
index 0000000000..64a2e20ce9
--- /dev/null
+++ b/modules/uniconv/u16-strconv-to-enc-tests
@@ -0,0 +1,14 @@
+Files:
+tests/uniconv/test-u16-strconv-to-enc.c
+
+Depends-on:
+unistr/u16-strcmp
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u16-strconv-to-enc
+check_PROGRAMS += test-u16-strconv-to-enc
+test_u16_strconv_to_enc_SOURCES = uniconv/test-u16-strconv-to-enc.c
+test_u16_strconv_to_enc_LDADD = @LIBICONV@ $(LDADD)
+