Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/bsdcat/tests/
H A DMakefile48 SRCS.bsdcat_test= list.h \
52 SRCS.bsdcat_test+= test_main.c \
59 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
60 @mv ${.TARGET}.tmp ${.TARGET}
62 CLEANFILES+= list.h list.h.tmp
64 ${PACKAGE}FILES+= test_empty.gz.uu
65 ${PACKAGE}FILES+= test_empty.lz4.uu
66 ${PACKAGE}FILES+= test_empty.xz.uu
67 ${PACKAGE}FILES+= test_empty.zst.uu
73 ${PACKAGE}FILES+= test_expand.xz.uu
[all …]
/freebsd-13.1/contrib/libarchive/cat/test/
H A Dtest_empty.xz.uu1 begin 644 test_empty.xz
H A Dtest_empty_xz.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
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 #include "test.h"
29 const char *reffile = "test_empty.xz"; 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 …]