summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-12-03 07:34:06 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-12-03 07:34:06 +0900
commit2bffc61a0850232198756d6815d9a3980873a78a (patch)
tree5bb7eeb580de657a0f48a94a201f6d9e58002124 /Makefile.am
parent9ddee32b91ee0ed25dbf6972faed42d3c05acf3b (diff)
downloadlibarchive-2bffc61a0850232198756d6815d9a3980873a78a.tar.gz
Separate test_write_format_7zip.c into three files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a6fe8a3..1c7c8cbe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -441,6 +441,8 @@ libarchive_test_SOURCES= \
libarchive/test/test_write_filter_uuencode.c \
libarchive/test/test_write_filter_xz.c \
libarchive/test/test_write_format_7zip.c \
+ libarchive/test/test_write_format_7zip_empty.c \
+ libarchive/test/test_write_format_7zip_large.c \
libarchive/test/test_write_format_ar.c \
libarchive/test/test_write_format_cpio.c \
libarchive/test/test_write_format_cpio_empty.c \