Add support for Alibaba cloud on aarch64
[virt-what.git] / configure.ac
index a80a4b6..a28a716 100644 (file)
@@ -34,6 +34,7 @@ AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ])
 
 dnl List of tests.
 tests="\
+       alibaba-cloud-arm \
        alibaba-cloud-x86 \
        aws-baremetal-x86 \
        aws-kvm-arm \
@@ -72,6 +73,7 @@ tests="\
        rhel5-xen-domU-hvm-ia64 \
        rhel5-xen-domU-pv \
        rhev \
+       upcloud \
        vmm \
        xen-arm \
        zvm \
@@ -83,6 +85,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([virt-what],[chmod +x virt-what])
 AC_CONFIG_FILES([Makefile
                  tests/Makefile
+                 tests/alibaba-cloud-arm/Makefile
                  tests/alibaba-cloud-x86/Makefile
                 tests/aws-baremetal-x86/Makefile
                 tests/aws-kvm-arm/Makefile
@@ -121,6 +124,7 @@ AC_CONFIG_FILES([Makefile
                 tests/rhel5-xen-domU-hvm-ia64/Makefile
                 tests/rhel5-xen-domU-pv/Makefile
                 tests/rhev/Makefile
+                tests/upcloud/Makefile
                 tests/vmm/Makefile
                 tests/xen-arm/Makefile
                 tests/zvm/Makefile