summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 00:45:18 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 00:45:18 +0000
commite614ca0fb88f7c5c59e1ec22817dca9e9bbc71af (patch)
tree3412ed3360a1a209e444b81f5fa757755effc04b /modules/uniconv
parentf6d0607c6be66c0607a3bf34ddff1483719195a8 (diff)
downloadgnulib-e614ca0fb88f7c5c59e1ec22817dca9e9bbc71af.tar.gz
Tests for module 'uniconv/u32-strconv-from-enc'.
Diffstat (limited to 'modules/uniconv')
-rw-r--r--modules/uniconv/u32-strconv-from-enc-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/uniconv/u32-strconv-from-enc-tests b/modules/uniconv/u32-strconv-from-enc-tests
new file mode 100644
index 0000000000..984818c502
--- /dev/null
+++ b/modules/uniconv/u32-strconv-from-enc-tests
@@ -0,0 +1,14 @@
+Files:
+tests/uniconv/test-u32-strconv-from-enc.c
+
+Depends-on:
+unistr/u32-strcmp
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u32-strconv-from-enc
+check_PROGRAMS += test-u32-strconv-from-enc
+test_u32_strconv_from_enc_SOURCES = uniconv/test-u32-strconv-from-enc.c
+test_u32_strconv_from_enc_LDADD = @LIBICONV@ $(LDADD)
+