]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Tag zfs-0.7.12
[mirror_zfs.git] / configure.ac
index c52d72e3dd846283785d8f8e955ba55cda60e56b..42cfc1a3d7a167051364e2973a9a36a3970e8c7e 100644 (file)
@@ -50,11 +50,13 @@ AC_PROG_CC
 AC_PROG_LIBTOOL
 AM_PROG_AS
 AM_PROG_CC_C_O
+AX_CODE_COVERAGE
 
 ZFS_AC_LICENSE
 ZFS_AC_PACKAGE
 ZFS_AC_CONFIG
 ZFS_AC_DEBUG
+ZFS_AC_DEBUGINFO
 
 AC_CONFIG_FILES([
        Makefile
@@ -113,6 +115,7 @@ AC_CONFIG_FILES([
        cmd/arc_summary/Makefile
        cmd/zed/Makefile
        cmd/raidz_test/Makefile
+       cmd/zgenhostid/Makefile
        contrib/Makefile
        contrib/bash_completion.d/Makefile
        contrib/dracut/Makefile
@@ -150,6 +153,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/callbacks/Makefile
        tests/zfs-tests/cmd/Makefile
        tests/zfs-tests/cmd/chg_usr_exec/Makefile
+       tests/zfs-tests/cmd/user_ns_exec/Makefile
        tests/zfs-tests/cmd/devname2devid/Makefile
        tests/zfs-tests/cmd/dir_rd_update/Makefile
        tests/zfs-tests/cmd/file_check/Makefile
@@ -161,6 +165,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/cmd/mkfiles/Makefile
        tests/zfs-tests/cmd/mktree/Makefile
        tests/zfs-tests/cmd/mmap_exec/Makefile
+       tests/zfs-tests/cmd/mmap_libaio/Makefile
        tests/zfs-tests/cmd/mmapwrite/Makefile
        tests/zfs-tests/cmd/randfree_file/Makefile
        tests/zfs-tests/cmd/readmmap/Makefile
@@ -233,6 +238,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_user/zpool_iostat/Makefile
        tests/zfs-tests/tests/functional/cli_user/zpool_list/Makefile
        tests/zfs-tests/tests/functional/compression/Makefile
+       tests/zfs-tests/tests/functional/cp_files/Makefile
        tests/zfs-tests/tests/functional/ctime/Makefile
        tests/zfs-tests/tests/functional/delegate/Makefile
        tests/zfs-tests/tests/functional/devices/Makefile
@@ -247,12 +253,14 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/history/Makefile
        tests/zfs-tests/tests/functional/inheritance/Makefile
        tests/zfs-tests/tests/functional/inuse/Makefile
+       tests/zfs-tests/tests/functional/kstat/Makefile
        tests/zfs-tests/tests/functional/large_files/Makefile
        tests/zfs-tests/tests/functional/largest_pool/Makefile
        tests/zfs-tests/tests/functional/link_count/Makefile
        tests/zfs-tests/tests/functional/libzfs/Makefile
        tests/zfs-tests/tests/functional/migration/Makefile
        tests/zfs-tests/tests/functional/mmap/Makefile
+       tests/zfs-tests/tests/functional/mmp/Makefile
        tests/zfs-tests/tests/functional/mount/Makefile
        tests/zfs-tests/tests/functional/mv_files/Makefile
        tests/zfs-tests/tests/functional/nestedfs/Makefile
@@ -280,6 +288,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/threadsappend/Makefile
        tests/zfs-tests/tests/functional/tmpfile/Makefile
        tests/zfs-tests/tests/functional/truncate/Makefile
+       tests/zfs-tests/tests/functional/user_namespace/Makefile
        tests/zfs-tests/tests/functional/userquota/Makefile
        tests/zfs-tests/tests/functional/upgrade/Makefile
        tests/zfs-tests/tests/functional/vdev_zaps/Makefile