From: Tim Kientzle Date: Tue, 27 Jan 2009 17:22:21 +0000 (-0500) Subject: Include the new test_write_disk_sparse in the autoconf and cmake builds. X-Git-Tag: v2.7.0~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ffc8720f002d6e2871cf2b93505abd4fa111c9d;p=thirdparty%2Flibarchive.git Include the new test_write_disk_sparse in the autoconf and cmake builds. SVN-Revision: 498 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 03762bcbf..8c3252bc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -607,6 +607,7 @@ IF(ENABLE_TEST) libarchive/test/test_write_disk_hardlink.c libarchive/test/test_write_disk_perms.c libarchive/test/test_write_disk_secure.c + libarchive/test/test_write_disk_sparse.c libarchive/test/test_write_disk_times.c libarchive/test/test_write_format_ar.c libarchive/test/test_write_format_cpio.c diff --git a/Makefile.am b/Makefile.am index 4041431dc..53faaa59f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,6 +237,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_disk_hardlink.c \ libarchive/test/test_write_disk_perms.c \ libarchive/test/test_write_disk_secure.c \ + libarchive/test/test_write_disk_sparse.c \ libarchive/test/test_write_disk_times.c \ libarchive/test/test_write_format_ar.c \ libarchive/test/test_write_format_cpio.c \