Add support for Nutanix Acropolis Hypervisor (AHV) (RHBZ#1756381).
[virt-what.git] / configure.ac
index 9533294..58b3d77 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([virt-what],[1.19])
+AC_INIT([virt-what],[1.20])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for basic C environment.
@@ -51,6 +51,7 @@ tests="\
        lkvm-arm \
        lx86 \
        lxc \
+       nutanix-ahv \
        parallels-desktop \
        ppc64-baremetal \
        ppc64-kvm \
@@ -93,6 +94,7 @@ AC_CONFIG_FILES([Makefile
                 tests/lkvm-arm/Makefile
                 tests/lx86/Makefile
                 tests/lxc/Makefile
+                tests/nutanix-ahv/Makefile
                 tests/parallels-desktop/Makefile
                 tests/ppc64-baremetal/Makefile
                 tests/ppc64-kvm/Makefile