summaryrefslogtreecommitdiff
path: root/modules/uniconv/u8-strconv-from-enc-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-27 00:43:40 +0000
committerBruno Haible <bruno@clisp.org>2007-01-27 00:43:40 +0000
commit9541bf4fe3f2c337571be3816bce1fa75d80cbfb (patch)
tree88e54a91d9005607fcc165935afee3ddfbea49b1 /modules/uniconv/u8-strconv-from-enc-tests
parentde9cf3764dd59dad89d62a460d3236b5581a5e3e (diff)
downloadgnulib-9541bf4fe3f2c337571be3816bce1fa75d80cbfb.tar.gz
Tests for module 'uniconv/u8-strconv-from-enc'.
Diffstat (limited to 'modules/uniconv/u8-strconv-from-enc-tests')
-rw-r--r--modules/uniconv/u8-strconv-from-enc-tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/uniconv/u8-strconv-from-enc-tests b/modules/uniconv/u8-strconv-from-enc-tests
new file mode 100644
index 0000000000..da5f3b69fa
--- /dev/null
+++ b/modules/uniconv/u8-strconv-from-enc-tests
@@ -0,0 +1,14 @@
+Files:
+tests/uniconv/test-u8-strconv-from-enc.c
+
+Depends-on:
+unistr/u8-strcmp
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-u8-strconv-from-enc
+check_PROGRAMS += test-u8-strconv-from-enc
+test_u8_strconv_from_enc_SOURCES = uniconv/test-u8-strconv-from-enc.c
+test_u8_strconv_from_enc_LDADD = @LIBICONV@ $(LDADD)
+