Home
last modified time | relevance | path

Searched +full:test_expand +full:. +full:plain (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/libarchive/cat/test/
H A Dtest_error_mixed.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.plain";
12 const char *reffile2 = "test_expand.error";
13 const char *reffile3 = "test_expand.Z";
18 assert(0 != systemf("%s %s %s %s >test.ou
[all...]
H A Dtest_expand_mixed.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.Z";
12 const char *reffile2 = "test_expand.plain";
16 assertEqualInt(0, systemf("%s %s %s >test.out 2>test.err",
20 "contents of test_expand
[all...]
H A Dtest_expand_plain.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile = "test_expand.plain";
14 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile));
16 assertTextFileContents("contents of test_expand.plain
[all...]
HDtest_expand.plain.uu1 begin 664 test_expand.plain
/freebsd-src/usr.bin/bsdcat/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}
19 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/cat/test
27 test_0.c \
28 test_empty_gz.c \
29 test_empty_lz4.c \
30 test_empty_xz.
[all...]