X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=73dfc7be51220ddcdfba5d30eebec3a52d5ae28f;hb=d35e2b9a15540357ecdca3e98b4df915525fed0f;hp=1c14948ec663da8fff26289baf264953b558f502;hpb=243928da395080d7895111d5e5c0f1ff5f9e95fb;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 1c14948..73dfc7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,14 +46,24 @@ TESTS = \ tests/test-kvm.sh \ tests/test-kvm-explicit-cpu.sh \ tests/test-linux-vserver.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 \ + 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-xen-arm.sh \ tests/test-zvm.sh EXTRA_DIST = \ @@ -95,6 +105,17 @@ EXTRA_DIST = \ tests/linux-vserver/sbin/dmidecode \ tests/linux-vserver/sbin/uname \ tests/linux-vserver/sbin/virt-what-cpuid-helper \ + tests/lkvm/proc/cpuinfo \ + tests/lkvm/proc/self/status \ + tests/lkvm/sbin/dmidecode \ + tests/lkvm/sbin/uname \ + tests/lkvm/sbin/virt-what-cpuid-helper \ + tests/lkvm-arm/proc/cpuinfo \ + tests/lkvm-arm/proc/device-tree/compatible \ + tests/lkvm-arm/proc/self/status \ + tests/lkvm-arm/sbin/dmidecode \ + tests/lkvm-arm/sbin/uname \ + tests/lkvm-arm/sbin/virt-what-cpuid-helper \ tests/lxc/proc/1/environ \ tests/lxc/proc/cpuinfo \ tests/lxc/proc/self/status \ @@ -111,11 +132,48 @@ 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 \ tests/qemu/sbin/uname \ tests/qemu/sbin/virt-what-cpuid-helper \ + tests/qemu-arm/proc/cpuinfo \ + tests/qemu-arm/proc/device-tree/fw-cfg@9020000/compatible \ + tests/qemu-arm/proc/self/status \ + tests/qemu-arm/sbin/dmidecode \ + tests/qemu-arm/sbin/uname \ + tests/qemu-arm/sbin/virt-what-cpuid-helper \ + tests/qemu-smbios/proc/cpuinfo \ + tests/qemu-smbios/proc/self/status \ + 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 \ @@ -179,6 +237,12 @@ 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/xen-arm/proc/cpuinfo \ + tests/xen-arm/proc/device-tree/hypervisor/compatible \ + tests/xen-arm/proc/self/status \ + tests/xen-arm/sbin/dmidecode \ + tests/xen-arm/sbin/uname \ + tests/xen-arm/sbin/virt-what-cpuid-helper \ tests/zvm/proc/cpuinfo \ tests/zvm/proc/self/status \ tests/zvm/proc/sysinfo \