Home
last modified time | relevance | path

Searched +full:test_expand +full:. +full:z (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libarchive/cat/test/
H A Dtest_error_mixed.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.plain"; in DEFINE_TEST()
12 const char *reffile2 = "test_expand.error"; in DEFINE_TEST()
13 const char *reffile3 = "test_expand.Z"; in DEFINE_TEST()
18 assert(0 != systemf("%s %s %s %s >test.out 2>test.err", in DEFINE_TEST()
22 "contents of test_expand.plain.\n" in DEFINE_TEST()
23 "contents of test_expand.Z.\n", "test.out"); in DEFINE_TEST()
24 assertNonEmptyFile("test.err"); in DEFINE_TEST()
H A Dtest_expand_mixed.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.Z"; in DEFINE_TEST()
12 const char *reffile2 = "test_expand.plain"; in DEFINE_TEST()
16 assertEqualInt(0, systemf("%s %s %s >test.out 2>test.err", in DEFINE_TEST()
20 "contents of test_expand.Z.\n" in DEFINE_TEST()
21 "contents of test_expand.plain.\n", "test.out"); in DEFINE_TEST()
22 assertEmptyFile("test.err"); in DEFINE_TEST()
H A Dtest_expand_Z.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile = "test_expand.Z"; in DEFINE_TEST()
14 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
16 assertTextFileContents("contents of test_expand.Z.\n", "test.out"); in DEFINE_TEST()
17 assertEmptyFile("test.err"); in DEFINE_TEST()
HDtest_expand.Z.uu1 begin 664 test_expand.Z
H A Dtest.h5 * All rights reserved.
8 /* Every test program should #include "test.h" as the first thing. */
10 #define KNOWNREF "test_expand.Z.uu"
11 #define ENVBASE "BSDCAT" /* Prefix for environment variables. */
12 #define PROGRAM "bsdcat" /* Name of program being tested. */
14 #undef LIBRARY /* Not testing a library. */
17 /* How to generate extra version info. */
20 #include "test_common.h"
/freebsd/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.c \
31 test_empty_zstd.c \
[all …]
/freebsd/crypto/openssh/
H A DMakefile.in51 CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@
66 LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
67 LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@
72 .SUFFIXES: .lo
77 ssh-xmss.o \
78 sshkey-xmss.o \
79 xmss_commons.o \
80 xmss_fast.o \
81 xmss_hash.o \
82 xmss_hash_address.o \
[all …]