Home
last modified time | relevance | path

Searched +full:test_gcpio_compat_ref +full:. +full:ustar (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/cpio/test/
H A Dtest_gcpio_compat.c5 * All rights reserved.
7 #include "test.h"
14 /* Create a work dir named after the file we're unpacking. */ in unpack_test()
22 r = systemf("%s -i %s < %s >unpack.out 2>unpack.err", in unpack_test()
28 /* Verify that nothing went to stderr. */ in unpack_test()
32 assertTextFileContents(se, "unpack.err"); in unpack_test()
36 * Verify unpacked files. in unpack_test()
39 /* Regular file with 2 links. */ in unpack_test()
47 /* Another name for the same file. */ in unpack_test()
60 assertChdir(".."); in unpack_test()
[all …]
HDtest_gcpio_compat_ref.ustar.uu1 begin 644 test_gcpio_compat_ref.ustar
13 M```````````````````````Q,C,T-38W.#D*````````````````````````
/freebsd/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 .PATH: ${_LIBARCHIVEDIR}/cpio/test
33 test_0.c \
[all …]