summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorClaybird <claybird.without.wing@gmail.com>2019-11-04 15:01:26 +0900
committerClaybird <claybird.without.wing@gmail.com>2019-11-06 20:34:31 +0900
commite1b16d31708e7c302ce97f90180b053c40c8b8d3 (patch)
tree12e66ecd075557d75bd583033b15b44bf5a9f933 /Makefile.am
parented39c46365f21d20605bae079ec7a161c09e8f2a (diff)
downloadlibarchive-e1b16d31708e7c302ce97f90180b053c40c8b8d3.tar.gz
Added a test case on lha with UTF-16 filenames.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 03805b4b..be865cca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -488,6 +488,7 @@ libarchive_test_SOURCES= \
libarchive/test/test_read_format_lha.c \
libarchive/test/test_read_format_lha_bugfix_0.c \
libarchive/test/test_read_format_lha_filename.c \
+ libarchive/test/test_read_format_lha_filename_utf16.c \
libarchive/test/test_read_format_mtree.c \
libarchive/test/test_read_format_mtree_crash747.c \
libarchive/test/test_read_format_pax_bz2.c \