Searched +full:test_empty +full:. +full:gz (Results 1 – 3 of 3) sorted by relevance
46 SRCS.bsdcat_test= list.h \50 SRCS.bsdcat_test+= test_main.c \57 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp58 @mv ${.TARGET}.tmp ${.TARGET}60 CLEANFILES+= list.h list.h.tmp62 ${PACKAGE}FILES+= test_empty.gz.uu63 ${PACKAGE}FILES+= test_empty.lz4.uu64 ${PACKAGE}FILES+= test_empty.xz.uu65 ${PACKAGE}FILES+= test_empty.zst.uu68 ${PACKAGE}FILES+= test_expand.gz.uu[all …]
1 begin 644 test_empty.gz
3 * All rights reserved.8 * 1. Redistributions of source code must retain the above copyright9 * notice, this list of conditions and the following disclaimer.10 * 2. Redistributions in binary form must reproduce the above copyright12 * 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 …]