Searched +full:test_option_passphrase +full:. +full:zip (Results 1 – 6 of 6) sorted by relevance
3 * All rights reserved.8 * 1. Redistributions of source code must retain the above copyright9 * notice, this list of conditions and the following disclaimer.10 * 2. Redistributions in binary form must reproduce the above copyright12 * documentation and/or other materials provided with the distribution.16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.25 #include "test.h"28 DEFINE_TEST(test_option_passphrase) in DEFINE_TEST() argument30 const char *reffile = "test_option_passphrase.zip"; in DEFINE_TEST()[all …]
1 begin 644 test_option_passphrase.zip
11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}17 CFLAGS.test_utils.c+= -Wno-cast-align25 .PATH: ${_LIBARCHIVEDIR}/tar/test27 test_0.c \28 test_basic.c \29 test_copy.c \30 test_empty_mtree.c \31 test_extract_tar_bz2.c \32 test_extract_tar_grz.c \[all …]
13 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"14 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}16 CFLAGS+= -I${.OBJDIR}25 CFLAGS.test_utils.c+= -Wno-cast-align27 .PATH: ${_LIBARCHIVEDIR}/cpio28 CPIO_SRCS= cmdline.c30 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe31 CPIO_SRCS+= err.c33 .PATH: ${_LIBARCHIVEDIR}/cpio/test35 test_0.c \[all …]