Home
last modified time | relevance | path

Searched +full:test_option_s +full:. +full:tar +full:. +full:z (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_s.c5 * All rights reserved.
7 #include "test.h"
9 DEFINE_TEST(test_option_s) in DEFINE_TEST() argument
13 /* Create a sample file hierarchy. */ in DEFINE_TEST()
25 /* Does tar support -s option ? */ in DEFINE_TEST()
26 systemf("%s -cf - -s /foo/bar/ in/d1/foo > NUL 2> check.err", in DEFINE_TEST()
28 assertEqualInt(0, stat("check.err", &st)); in DEFINE_TEST()
29 if (st.st_size != 0) { in DEFINE_TEST()
36 * Test 1: Filename substitution when creating archives. in DEFINE_TEST()
39 systemf("%s -cf test1_1.tar -s /foo/bar/ in/d1/foo", testprog); in DEFINE_TEST()
[all …]
HDtest_option_s.tar.Z.uu1 begin 644 test_option_s.tar.Z
/freebsd/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.c \
29 test_copy.c \
30 test_empty_mtree.c \
31 test_extract_tar_bz2.c \
[all …]