Add test file to EXTRA_DIST
[virt-what.git] / configure.ac
index bce03a1..61378cf 100644 (file)
@@ -34,6 +34,7 @@ AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ])
 
 dnl List of tests.
 tests="\
+       alibaba-cloud-x86 \
        aws-baremetal-x86 \
        aws-kvm-arm \
        aws-kvm-x86 \
@@ -41,6 +42,7 @@ tests="\
        baremetal \
        bhyve \
        docker \
+       esx-arm \
        esx4.1 \
        hyperv \
        kvm \
@@ -78,6 +80,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([virt-what],[chmod +x virt-what])
 AC_CONFIG_FILES([Makefile
                  tests/Makefile
+                 tests/alibaba-cloud-x86/Makefile
                 tests/aws-baremetal-x86/Makefile
                 tests/aws-kvm-arm/Makefile
                 tests/aws-kvm-x86/Makefile
@@ -85,6 +88,7 @@ AC_CONFIG_FILES([Makefile
                 tests/baremetal/Makefile
                 tests/bhyve/Makefile
                 tests/docker/Makefile
+                tests/esx-arm/Makefile
                 tests/esx4.1/Makefile
                 tests/hyperv/Makefile
                 tests/kvm/Makefile