X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=3c0d5ba0ba5c00080f51cee324d28a6f801549c4;hb=5efe9f7a58cd0cdc6f4c279c7f0a69e57fbda56f;hp=7d87ec122d2ccced7f74ab7cd8cb59515274d0cb;hpb=6fe2ebaec32d8f554749807bc21983506647a9d5;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 7d87ec1..3c0d5ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,17 +40,23 @@ endif TESTS = \ tests/test-baremetal.sh \ + tests/test-bhyve.sh \ tests/test-docker.sh \ tests/test-esx4.1.sh \ tests/test-hyperv.sh \ tests/test-kvm.sh \ tests/test-kvm-explicit-cpu.sh \ tests/test-linux-vserver.sh \ + tests/test-ldoms.sh \ tests/test-lkvm.sh \ tests/test-lkvm-arm.sh \ tests/test-lxc.sh \ tests/test-lx86.sh \ tests/test-parallels-desktop.sh \ + tests/test-ppc64-baremetal.sh \ + tests/test-ppc64-kvm.sh \ + tests/test-ppc64-lpar-dedicated.sh \ + tests/test-ppc64-lpar-shared.sh \ tests/test-qemu.sh \ tests/test-qemu-arm.sh \ tests/test-qemu-smbios.sh \ @@ -59,6 +65,8 @@ TESTS = \ tests/test-rhel5-xen-domU-hvm.sh \ tests/test-rhel5-xen-domU-hvm-ia64.sh \ tests/test-rhel5-xen-domU-pv.sh \ + tests/test-rhev.sh \ + tests/test-vmm.sh \ tests/test-xen-arm.sh \ tests/test-zvm.sh @@ -70,6 +78,10 @@ EXTRA_DIST = \ tests/baremetal/sbin/dmidecode \ tests/baremetal/sbin/uname \ tests/baremetal/sbin/virt-what-cpuid-helper \ + tests/bhyve/proc/cpuinfo \ + tests/bhyve/sbin/dmidecode \ + tests/bhyve/sbin/uname \ + tests/bhyve/sbin/virt-what-cpuid-helper \ tests/docker/.dockerinit \ tests/docker/proc/cpuinfo \ tests/docker/proc/self/status \ @@ -96,6 +108,10 @@ EXTRA_DIST = \ tests/kvm-explicit-cpu/sbin/dmidecode \ tests/kvm-explicit-cpu/sbin/uname \ tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \ + tests/ldoms/dev/mdesc \ + tests/ldoms/proc/cpuinfo \ + tests/ldoms/sbin/uname \ + tests/ldoms/sbin/virt-what-cpuid-helper \ tests/linux-vserver/proc/cpuinfo \ tests/linux-vserver/proc/self/status \ tests/linux-vserver/sbin/dmidecode \ @@ -128,6 +144,29 @@ EXTRA_DIST = \ tests/parallels-desktop/sbin/dmidecode \ tests/parallels-desktop/sbin/uname \ tests/parallels-desktop/sbin/virt-what-cpuid-helper \ + tests/ppc64-baremetal/proc/cpuinfo \ + tests/ppc64-baremetal/sbin/dmidecode \ + tests/ppc64-baremetal/sbin/uname \ + tests/ppc64-baremetal/sbin/virt-what-cpuid-helper \ + tests/ppc64-kvm/proc/cpuinfo \ + tests/ppc64-kvm/proc/self/status \ + tests/ppc64-kvm/sbin/dmidecode \ + tests/ppc64-kvm/sbin/uname \ + tests/ppc64-kvm/sbin/virt-what-cpuid-helper \ + tests/ppc64-lpar-dedicated/proc/cpuinfo \ + tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg \ + tests/ppc64-lpar-dedicated/sbin/dmidecode \ + tests/ppc64-lpar-dedicated/sbin/uname \ + tests/ppc64-lpar-dedicated/sbin/virt-what-cpuid-helper \ + tests/ppc64-lpar-shared/sbin/dmidecode \ + tests/ppc64-lpar-shared/sbin/uname \ + tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \ + tests/ppc64-lpar-shared/proc/cpuinfo \ + tests/ppc64-lpar-shared/proc/self/status \ + tests/ppc64-lpar-shared/proc/ppc64/lparcfg \ + tests/ppc64-lpar-shared/sbin/dmidecode \ + tests/ppc64-lpar-shared/sbin/uname \ + tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \ tests/qemu/proc/cpuinfo \ tests/qemu/proc/self/status \ tests/qemu/sbin/dmidecode \ @@ -212,6 +251,15 @@ EXTRA_DIST = \ tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \ tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \ tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \ + tests/rhev/proc/cpuinfo \ + tests/rhev/proc/self/status \ + tests/rhev/sbin/dmidecode \ + tests/rhev/sbin/uname \ + tests/rhev/sbin/virt-what-cpuid-helper \ + tests/vmm/proc/cpuinfo \ + tests/vmm/sbin/dmidecode \ + tests/vmm/sbin/uname \ + tests/vmm/sbin/virt-what-cpuid-helper \ tests/xen-arm/proc/cpuinfo \ tests/xen-arm/proc/device-tree/hypervisor/compatible \ tests/xen-arm/proc/self/status \