Home
last modified time | relevance | path

Searched +full:test_read_format_mtree_nomagic3 +full:. +full:mtree (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_mtree_nomagic3.mtree.uu1 begin 644 test_read_format_mtree_nomagic3.mtree
H A Dtest_read_format_mtree.c31 const char reffile[] = "test_read_format_mtree.mtree"; in test_read_format_mtree1()
158 /* TODO: Mtree reader should probably return ARCHIVE_WARN for this. */ in test_read_format_mtree1()
173 /* Size in mtree is max_int64 + 1; should return max_int64. */ in test_read_format_mtree1()
445 * Test 1. Read a mtree archive without `nochange' keyword. in DEFINE_TEST()
484 * Test 2. Read a mtree archive with `nochange' keyword. in DEFINE_TEST()
527 const char reffile[] = "test_read_format_mtree_nomagic.mtree"; in DEFINE_TEST()
628 * Test for a format that NetBSD mtree -C generates.
632 const char reffile[] = "test_read_format_mtree_nomagic2.mtree"; in DEFINE_TEST()
695 * Test for a format that NetBSD mtree -D generates.
699 const char reffile[] = "test_read_format_mtree_nomagic3.mtree"; in DEFINE_TEST()
[all …]
/freebsd/lib/libarchive/tests/
H A DMakefile1 .include <src.opts.mk>
17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
349 @mv ${.TARGET}.tmp ${.TARGET}
351 CLEANTESTS+= list.h list.h.tmp
530 ${PACKAGE}FILES+= test_read_format_mtree.mtree.uu
531 ${PACKAGE}FILES+= test_read_format_mtree_crash747.mtree.bz2.uu
532 ${PACKAGE}FILES+= test_read_format_mtree_nomagic.mtree.uu
533 ${PACKAGE}FILES+= test_read_format_mtree_nomagic2.mtree.uu
534 ${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu
535 ${PACKAGE}FILES+= test_read_format_mtree_noprint.mtree.uu
[all …]