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