Home
last modified time | relevance | path

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

/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 …]
/freebsd/usr.bin/cpio/tests/
H A DMakefile1 .include <src.opts.mk>
3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"
13 CFLAGS+= -I${.OBJDIR}
22 CFLAGS.test_utils.c+= -Wno-cast-align
24 .PATH: ${_LIBARCHIVEDIR}/cpio
25 CPIO_SRCS= cmdline.c
27 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
28 CPIO_SRCS+= lafe_err.c
30 .PATH: ${_LIBARCHIVEDIR}/cpio/test
32 test_0.c \
[all …]
/freebsd/contrib/libarchive/tar/test/
HDtest_extract.tar.grz.uu1 begin 644 test_extract.tar.grz
H A Dtest_extract_tar_grz.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile = "test_extract.tar.grz"; in DEFINE_TEST()
15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()
17 assertEqualInt(0, systemf("%s -xf %s >test.out 2>test.err", in DEFINE_TEST()
21 assertTextFileContents("contents of file1.\n", "file1"); in DEFINE_TEST()
23 assertTextFileContents("contents of file2.\n", "file2"); in DEFINE_TEST()
24 assertEmptyFile("test.out"); in DEFINE_TEST()
25 assertEmptyFile("test.err"); in DEFINE_TEST()