Home
last modified time | relevance | path

Searched +full:test_empty +full:. +full:lz4 (Results 1 – 3 of 3) sorted by relevance

/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...]
/freebsd-src/contrib/libarchive/cat/test/
HDtest_empty.lz4.uu1 begin 644 test_empty.lz4
H A Dtest_empty_lz4.c5 * All rights reserved.
7 #include "test.h"
11 const char *reffile = "test_empty.lz4";
15 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
18 assertEmptyFile("test.out");
19 assertEmptyFile("test.err");
21 skipping("It seems lz4 i
[all...]