Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/bsdcat/tests/
H A DMakefile20 CFLAGS.test_utils.c+= -Wno-cast-align
47 SRCS.bsdcat_test= list.h \
58 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
59 @mv ${.TARGET}.tmp ${.TARGET}
61 CLEANFILES+= list.h list.h.tmp
63 ${PACKAGE}FILES+= test_empty.gz.uu
64 ${PACKAGE}FILES+= test_empty.lz4.uu
65 ${PACKAGE}FILES+= test_empty.xz.uu
66 ${PACKAGE}FILES+= test_empty.zst.uu
69 ${PACKAGE}FILES+= test_expand.gz.uu
[all …]
/freebsd-14.2/contrib/libarchive/cat/test/
H A Dtest_empty.gz.uu1 begin 644 test_empty.gz
H A Dtest_empty_gz.c5 * 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()