]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Update FreeBSD Makefiles with new zisofs work.
authorTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 02:24:09 +0000 (22:24 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 6 Sep 2009 02:24:09 +0000 (22:24 -0400)
SVN-Revision: 1429

libarchive/test/Makefile

index 83bdb73491cd2674afe68351fbfc9f92ffc9b222..cc968dc9fb3866b95ace39a0bd7086726a0a7a8e 100644 (file)
@@ -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