summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
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)
+