Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/bsdcat/tests/
H A DMakefile46 SRCS.bsdcat_test= list.h \
50 SRCS.bsdcat_test+= test_main.c \
57 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
58 @mv ${.TARGET}.tmp ${.TARGET}
60 CLEANFILES+= list.h list.h.tmp
62 ${PACKAGE}FILES+= test_empty.gz.uu
63 ${PACKAGE}FILES+= test_empty.lz4.uu
64 ${PACKAGE}FILES+= test_empty.xz.uu
65 ${PACKAGE}FILES+= test_empty.zst.uu
68 ${PACKAGE}FILES+= test_expand.gz.uu
[all …]
/freebsd-12.1/contrib/libarchive/cat/test/
H A Dtest_empty.gz.uu1 begin 644 test_empty.gz
H A Dtest_empty_gz.c3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
12 * documentation and/or other materials provided with the distribution.
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 #include "test.h"
29 const char *reffile = "test_empty.gz"; in DEFINE_TEST()
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()
36 assertEmptyFile("test.out"); in DEFINE_TEST()
[all …]