Searched +full:test_empty +full:. +full:gz (Results 1 – 3 of 3) sorted by relevance
20 CFLAGS.test_utils.c+= -Wno-cast-align47 SRCS.bsdcat_test= list.h \58 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp59 @mv ${.TARGET}.tmp ${.TARGET}61 CLEANFILES+= list.h list.h.tmp63 ${PACKAGE}FILES+= test_empty.gz.uu64 ${PACKAGE}FILES+= test_empty.lz4.uu65 ${PACKAGE}FILES+= test_empty.xz.uu66 ${PACKAGE}FILES+= test_empty.zst.uu69 ${PACKAGE}FILES+= test_expand.gz.uu[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()