]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: storagepoolxml2xml: Remove compile conditionals
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 16:02:19 +0000 (17:02 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Feb 2017 07:19:11 +0000 (08:19 +0100)
The XML2XML test should work properly even if the storage backend is
disabled, since it does not use it.

tests/storagepoolxml2xmltest.c

index 98a844926908028142a76dc71c9b75812c5505b4..79bdc26da521fd367ad2e442a9667d861199f670 100644 (file)
@@ -97,16 +97,10 @@ mymain(void)
     DO_TEST("pool-gluster");
     DO_TEST("pool-gluster-sub");
     DO_TEST("pool-scsi-type-scsi-host-stable");
-#ifdef WITH_STORAGE_ZFS
     DO_TEST("pool-zfs");
     DO_TEST("pool-zfs-sourcedev");
-#endif
-#ifdef WITH_STORAGE_RBD
     DO_TEST("pool-rbd");
-#endif
-#ifdef WITH_STORAGE_VSTORAGE
     DO_TEST("pool-vstorage");
-#endif
 
     return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
 }