Searched +full:test_empty +full:. +full:lz4 (Results 1 – 3 of 3) sorted by relevance
48 SRCS.bsdcat_test= list.h \52 SRCS.bsdcat_test+= test_main.c \59 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp60 @mv ${.TARGET}.tmp ${.TARGET}62 CLEANFILES+= list.h list.h.tmp64 ${PACKAGE}FILES+= test_empty.gz.uu65 ${PACKAGE}FILES+= test_empty.lz4.uu66 ${PACKAGE}FILES+= test_empty.xz.uu67 ${PACKAGE}FILES+= test_empty.zst.uu71 ${PACKAGE}FILES+= test_expand.lz4.uu[all …]
1 begin 644 test_empty.lz4
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 copyright23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.25 #include "test.h"29 const char *reffile = "test_empty.lz4"; 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()37 assertEmptyFile("test.err"); in DEFINE_TEST()[all …]