Searched +full:test_patterns_4 +full:. +full:tar (Results 1 – 3 of 3) sorted by relevance
1 begin 644 test_patterns_4.tar
6 * 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 …]
11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}14 CFLAGS+= -I${_LIBARCHIVEDIR}/tar -I${_LIBARCHIVEDIR}/tar/test17 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 \[all …]