Searched +full:test_option_f +full:. +full:cpio (Results 1 – 4 of 4) sorted by relevance
11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}14 CFLAGS+= -I${.OBJDIR}15 CFLAGS+= -I${_LIBARCHIVEDIR}/cpio -I${_LIBARCHIVEDIR}/cpio/test23 CFLAGS.test_utils.c+= -Wno-cast-align25 .PATH: ${_LIBARCHIVEDIR}/cpio26 CPIO_SRCS= cmdline.c28 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe29 CPIO_SRCS+= err.c31 .PATH: ${_LIBARCHIVEDIR}/cpio/test[all …]
5 * All rights reserved.7 #include "test.h"10 * Unpack the archive in a new dir.19 extract_reference_file("test_option_f.cpio"); in unpack()20 r = systemf("%s -i %s < test_option_f.cpio > copy-no-a.out 2>copy-no-a.err", testprog, option); in unpack()22 assertChdir(".."); in unpack()25 DEFINE_TEST(test_option_f) in DEFINE_TEST() argument27 /* Calibrate: No -f option, so everything should be extracted. */ in DEFINE_TEST()34 /* Don't extract 'a*' files. */ in DEFINE_TEST()36 /* Single quotes isn't used by command.exe. */ in DEFINE_TEST()[all …]
5 * All rights reserved.8 /* Every test program should #include "test.h" as the first thing. */10 #define KNOWNREF "test_option_f.cpio.uu"11 #define ENVBASE "BSDCPIO" /* Prefix for environment variables. */12 #define PROGRAM "bsdcpio" /* Name of program being tested. */13 #define PROGRAM_ALIAS "cpio" /* Generic alias for program */14 #undef LIBRARY /* Not testing a library. */17 /* How to generate extra version info. */20 #include "test_common.h"
1 begin 644 test_option_f.cpio