Searched +full:test_extract +full:. +full:tar +full:. +full:xz (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${_LIBARCHIVEDIR}/tar -I${_LIBARCHIVEDIR}/tar/test17 CFLAGS.test_utils.c+= -Wno-cast-align25 .PATH: ${_LIBARCHIVEDIR}/tar/test27 test_0.c \28 test_basic.[all...]
11 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-align25 .PATH: ${_LIBARCHIVEDIR}/cpio26 CPIO_SRCS= cmdline.c28 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe29 CPIO_SRCS+= err.c31 .PAT[all...]
1 begin 664 test_extract.tar.xz
5 * 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...]