Home
last modified time | relevance | path

Searched +full:test_read_format_raw +full:. +full:bufr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_read_format_raw.bufr.uu1 begin 660 test_read_format_raw.bufr
H A Dtest_read_format_raw.c4 * All rights reserved.
9 * 1. Redistributions of source code must retain the above copyright
11 * in this position and unchanged.
28 #include "test.h"
30 DEFINE_TEST(test_read_format_raw) in DEFINE_TEST() argument
35 const char *reffile1 = "test_read_format_raw.data"; in DEFINE_TEST()
36 const char *reffile2 = "test_read_format_raw.data.Z"; in DEFINE_TEST()
37 const char *reffile3 = "test_read_format_raw.bufr"; in DEFINE_TEST()
39 const char *reffile4 = "test_read_format_raw.data.gz"; in DEFINE_TEST()
70 /* Second, try the same with a compressed file. */ in DEFINE_TEST()
[all …]
/freebsd-14.2/lib/libarchive/tests/
H A DMakefile1 .include <src.opts.mk>
17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
181 test_read_format_raw.c \
332 ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu
358 @mv ${.TARGET}.tmp ${.TARGET}
360 CLEANTESTS+= list.h list.h.tmp
623 ${PACKAGE}FILES+= test_read_format_raw.bufr.uu
624 ${PACKAGE}FILES+= test_read_format_raw.data.Z.uu
625 ${PACKAGE}FILES+= test_read_format_raw.data.gz.uu
626 ${PACKAGE}FILES+= test_read_format_raw.data.uu
[all …]