Searched +full:test_expand +full:. +full:lz4 (Results 1 – 3 of 3) sorted by relevance
11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}14 CFLAGS+= -I${.OBJDIR}19 CFLAGS.test_utils.c+= -Wno-cast-align25 .PATH: ${_LIBARCHIVEDIR}/cat/test27 test_0.c \28 test_empty_gz.c \29 test_empty_lz4.c \30 test_empty_xz.c \31 test_empty_zstd.c \[all …]
6 * All rights reserved.8 #include "test.h"12 const char *reffile = "test_expand.lz4"; in DEFINE_TEST()16 f = systemf("%s %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()19 assertTextFileContents("contents of test_expand.lz4.\n", "test.out"); in DEFINE_TEST()20 assertEmptyFile("test.err"); in DEFINE_TEST()22 skipping("It seems lz4 is not supported on this platform"); in DEFINE_TEST()
1 begin 644 test_expand.lz4