summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-09 21:50:29 +0000
committerBruno Haible <bruno@clisp.org>2007-06-09 21:50:29 +0000
commit0586925d7fab97dc89cca180818e75b32392908a (patch)
treeef508df7eacaf7d709472c67ad705ec000cf60e0 /modules/uniconv
parentec667689f75a21ed492a863cde1266a881eabc67 (diff)
downloadgnulib-0586925d7fab97dc89cca180818e75b32392908a.tar.gz
Tests for module 'uniconv/u16-conv-to-enc'.
Diffstat (limited to 'modules/uniconv')
-rw-r--r--modules/uniconv/u16-conv-to-enc-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/uniconv/u16-conv-to-enc-tests b/modules/uniconv/u16-conv-to-enc-tests
new file mode 100644
index 0000000000..43afb03bcb
--- /dev/null
+++ b/modules/uniconv/u16-conv-to-enc-tests
@@ -0,0 +1,13 @@
+Files:
+tests/uniconv/test-u16-conv-to-enc.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u16-conv-to-enc
+check_PROGRAMS += test-u16-conv-to-enc
+test_u16_conv_to_enc_SOURCES = uniconv/test-u16-conv-to-enc.c
+test_u16_conv_to_enc_LDADD = @LIBICONV@ $(LDADD)
+