summaryrefslogtreecommitdiff
path: root/modules/iconv_open-utf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-14 12:29:27 +0200
committerBruno Haible <bruno@clisp.org>2007-10-14 12:29:27 +0200
commitf3e57782732b9a692eac47f8c708fe9229536b49 (patch)
tree25766dd08b310c99f3c704fdd693e4142a782681 /modules/iconv_open-utf-tests
parent3b07669db0f825ef388c9bcb7fdd1049b064617d (diff)
downloadgnulib-f3e57782732b9a692eac47f8c708fe9229536b49.tar.gz
Test for module 'iconv_open-utf'.
Diffstat (limited to 'modules/iconv_open-utf-tests')
-rw-r--r--modules/iconv_open-utf-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/iconv_open-utf-tests b/modules/iconv_open-utf-tests
new file mode 100644
index 0000000000..d5eb6844e1
--- /dev/null
+++ b/modules/iconv_open-utf-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-iconv-utf.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-iconv-utf
+check_PROGRAMS += test-iconv-utf
+test_iconv_utf_LDADD = $(LDADD) @LIBICONV@
+