From 26ed1f06b4de917799477e4aac39112ace9baa7e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 5 Sep 2009 22:24:09 -0400 Subject: [PATCH] Update FreeBSD Makefiles with new zisofs work. SVN-Revision: 1429 --- libarchive/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libarchive/test/Makefile b/libarchive/test/Makefile index 83bdb7349..cc968dc9f 100644 --- a/libarchive/test/Makefile +++ b/libarchive/test/Makefile @@ -53,6 +53,7 @@ TESTS= \ test_read_format_iso_gz.c \ test_read_format_isojoliet_bz2.c \ test_read_format_isorr_bz2.c \ + test_read_format_isozisofs_bz2.c \ test_read_format_mtree.c \ test_read_format_pax_bz2.c \ test_read_format_raw.c \ @@ -132,7 +133,7 @@ WARNS=6 # Build libarchive_test and run it. check test: libarchive_test - ./libarchive_test -v -r ${.CURDIR} + ./libarchive_test -r ${.CURDIR} # list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines list.h: ${TESTS} Makefile -- 2.47.3