summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-09-26 08:52:19 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-09-26 08:52:19 +0900
commit2569524bce2523a5287cde2309fbab5deeca82cf (patch)
tree6afa8c6820ee99d00ff41545152cccc69dbe7421 /Makefile.am
parent12a0875602e6aa7bebdaa8949db48267d60a9db2 (diff)
downloadlibarchive-2569524bce2523a5287cde2309fbab5deeca82cf.tar.gz
Use a character table to check safe characters in filenames in a mtree archive,
and add a test for it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fe30c5b6..928fc82e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -426,11 +426,12 @@ libarchive_test_SOURCES= \
libarchive/test/test_write_format_iso9660_filename.c \
libarchive/test/test_write_format_iso9660_zisofs.c \
libarchive/test/test_write_format_mtree.c \
+ libarchive/test/test_write_format_mtree_absolute_path.c \
libarchive/test/test_write_format_mtree_classic.c \
libarchive/test/test_write_format_mtree_classic_indent.c\
libarchive/test/test_write_format_mtree_fflags.c \
libarchive/test/test_write_format_mtree_no_separator.c \
- libarchive/test/test_write_format_mtree_absolute_path.c \
+ libarchive/test/test_write_format_mtree_quoted_filename.c\
libarchive/test/test_write_format_pax.c \
libarchive/test/test_write_format_shar_empty.c \
libarchive/test/test_write_format_tar.c \