summaryrefslogtreecommitdiff
path: root/modules/uniconv/u8-conv-from-enc-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 00:40:10 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 00:40:10 +0000
commitc6ea812a629073f9815aa1057351bcd88321a4e8 (patch)
treecbf5a9f6e59d7a8328da9bed55afb47163e4fdae /modules/uniconv/u8-conv-from-enc-tests
parentf588e0ca548ec2981c75111a860e67c628ffa280 (diff)
downloadgnulib-c6ea812a629073f9815aa1057351bcd88321a4e8.tar.gz
Tests for module 'uniconv/u8-conv-from-enc'.
Diffstat (limited to 'modules/uniconv/u8-conv-from-enc-tests')
-rw-r--r--modules/uniconv/u8-conv-from-enc-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/uniconv/u8-conv-from-enc-tests b/modules/uniconv/u8-conv-from-enc-tests
new file mode 100644
index 0000000000..cc243626af
--- /dev/null
+++ b/modules/uniconv/u8-conv-from-enc-tests
@@ -0,0 +1,15 @@
+Files:
+tests/uniconv/test-u8-conv-from-enc.c
+
+Depends-on:
+unistr/u8-strlen
+unistr/u8-cmp
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u8-conv-from-enc
+check_PROGRAMS += test-u8-conv-from-enc
+test_u8_conv_from_enc_SOURCES = uniconv/test-u8-conv-from-enc.c
+test_u8_conv_from_enc_LDADD = @LIBICONV@ $(LDADD)
+