Home
last modified time | relevance | path

Searched +full:test_patterns_2 +full:. +full:tar (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
H A Dtest.h5 * All rights reserved.
8 /* Every test program should #include "test.h" as the first thing. */
10 #define KNOWNREF "test_patterns_2.tar.uu"
11 #define ENVBASE "BSDTAR" /* Prefix for environment variables. */
12 #define PROGRAM "bsdtar" /* Name of program being tested. */
13 #define PROGRAM_ALIAS "tar" /* Generic alias for program */
14 #undef LIBRARY /* Not testing a library. */
17 /* How to generate extra version info. */
20 #include "test_common.h"
HDtest_patterns_2.tar.uu1 begin 644 test_patterns_2.tar
H A Dtest_patterns.c6 * All rights reserved.
8 #include "test.h"
14 const char *reffile2 = "test_patterns_2.tar"; in DEFINE_TEST()
15 const char *reffile3 = "test_patterns_3.tar"; in DEFINE_TEST()
16 const char *reffile4 = "test_patterns_4.tar"; in DEFINE_TEST()
25 * Test basic command-line pattern handling. in DEFINE_TEST()
30 * didn't produce an error. in DEFINE_TEST()
37 r = systemf("%s cfv tar1.tgz foo > tar1a.out 2> tar1a.err", testprog); in DEFINE_TEST()
39 r = systemf("%s xv --no-same-owner -f tar1.tgz foo bar > tar1b.out 2> tar1b.err", testprog); in DEFINE_TEST()
40 …failure("tar should return non-zero because a file was given on the command line that's not in the… in DEFINE_TEST()
[all …]
/freebsd/usr.bin/tar/tests/
H A DMakefile1 .include <src.opts.mk>
3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"
13 CFLAGS+= -I${.OBJDIR}
14 CFLAGS+= -I${_LIBARCHIVEDIR}/tar
15 CFLAGS+= -I${_LIBARCHIVEDIR}/tar/test
18 CFLAGS.test_utils.c+= -Wno-cast-align
26 .PATH: ${_LIBARCHIVEDIR}/tar/test
28 test_0.c \
29 test_basic.c \
30 test_copy.c \
[all …]