Version 1.22.
[virt-what.git] / configure.ac
index 9d0a423..ad481fc 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.21])
+AC_INIT([virt-what],[1.22])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for basic C environment.
@@ -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 \
@@ -79,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