From: Tim Kientzle Date: Sun, 6 Sep 2009 02:24:09 +0000 (-0400) Subject: Update FreeBSD Makefiles with new zisofs work. X-Git-Tag: v2.8.0~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ed1f06b4de917799477e4aac39112ace9baa7e;p=thirdparty%2Flibarchive.git Update FreeBSD Makefiles with new zisofs work. SVN-Revision: 1429 --- 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