X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=e32c07c2be254b5874ef7bd5d4acb899e1699eca;hb=15314ad0a6e3764f070b60f6df02a2f881b09fce;hp=0045bcb5d7d84160819b870a38976078ea1e1711;hpb=6dbd668e3523d85aeedf16c6cdcc7648508a035e;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 0045bcb..e32c07c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ endif TESTS = \ tests/test-baremetal.sh \ + tests/test-bhyve.sh \ tests/test-docker.sh \ tests/test-esx4.1.sh \ tests/test-hyperv.sh \ @@ -51,13 +52,19 @@ TESTS = \ 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 \ + tests/test-qemu-smbios-kvm.sh \ tests/test-rhel5-xen-dom0.sh \ 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-xen-arm.sh \ tests/test-zvm.sh @@ -127,6 +134,27 @@ 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/proc/self/status \ + 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-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 \ @@ -143,6 +171,11 @@ EXTRA_DIST = \ tests/qemu-smbios/sbin/dmidecode \ tests/qemu-smbios/sbin/uname \ tests/qemu-smbios/sbin/virt-what-cpuid-helper \ + tests/qemu-smbios-kvm/proc/cpuinfo \ + tests/qemu-smbios-kvm/proc/self/status \ + tests/qemu-smbios-kvm/sbin/dmidecode \ + tests/qemu-smbios-kvm/sbin/uname \ + tests/qemu-smbios-kvm/sbin/virt-what-cpuid-helper \ tests/rhel5-xen-dom0/proc/cpuinfo \ tests/rhel5-xen-dom0/proc/self/status \ tests/rhel5-xen-dom0/proc/xen/balloon \ @@ -206,6 +239,11 @@ 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/xen-arm/proc/cpuinfo \ tests/xen-arm/proc/device-tree/hypervisor/compatible \ tests/xen-arm/proc/self/status \