Home
last modified time | relevance | path

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

/freebsd-src/usr.bin/tar/tests/
H A DMakefile11 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/test
17 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/tar/test
27 test_0.c \
28 test_basic.
[all...]
/freebsd-src/usr.bin/cpio/tests/
H A DMakefile11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
14 CFLAGS+= -I${.OBJDIR}
23 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/cpio
26 CPIO_SRCS= cmdline.c
28 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
29 CPIO_SRCS+= err.c
31 .PAT
[all...]
/freebsd-src/contrib/libarchive/tar/test/
HDtest_extract.tar.xz.uu1 begin 664 test_extract.tar.xz
H A Dtest_extract_tar_xz.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile = "test_extract.tar.xz";
15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
17 assertEqualInt(0, systemf("%s -xf %s >test.ou
[all...]