X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=ab8eb75aa63c011b8c9e063266acdccbf4acd60e;hb=HEAD;hp=3a875c08dbc8c92a2a403a4200ebea040747a7ee;hpb=1b5cbb7ac2f1c3439d5a124127a63729c5136d8f;p=virt-what.git diff --git a/configure.ac b/configure.ac index 3a875c0..ab8eb75 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,10 @@ dnl Architecture we are compiling for. AC_CANONICAL_HOST 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 \ @@ -41,6 +43,7 @@ tests="\ aws-xen-x86 \ baremetal \ bhyve \ + crio \ docker \ esx-arm \ esx4.1 \ @@ -84,6 +87,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 @@ -91,6 +95,7 @@ AC_CONFIG_FILES([Makefile tests/aws-xen-x86/Makefile tests/baremetal/Makefile tests/bhyve/Makefile + tests/crio/Makefile tests/docker/Makefile tests/esx-arm/Makefile tests/esx4.1/Makefile