Searched +full:test_empty +full:. +full:gz (Results 1 – 3 of 3) sorted by relevance
1 .include <src.opts.mk>3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"13 CFLAGS+= -I${.OBJDIR}18 CFLAGS.test_utils.c+= -Wno-cast-align24 .PATH: ${_LIBARCHIVEDIR}/cat/test26 test_0.c \27 test_empty_gz.c \28 test_empty_lz4.c \29 test_empty_xz.c \30 test_empty_zstd.c \[all …]
1 begin 644 test_empty.gz
5 * All rights reserved.7 #include "test.h"11 const char *reffile = "test_empty.gz"; in DEFINE_TEST()15 f = systemf("%s %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()18 assertEmptyFile("test.out"); in DEFINE_TEST()19 assertEmptyFile("test.err"); in DEFINE_TEST()