X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=8a31f3ff614de5c93f9c58c016a1d9ac56676530;hb=74a75da0d0b330859efba84a3ec37a7a7076fb0e;hp=992905e64c5ed522d5b83b1e6924f25eec3a3ab0;hpb=639a31b07633668241f156b47488a286a1ed1b3d;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 992905e..8a31f3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,11 @@ EXTRA_DIST = \ tests/esx4.1/sbin/dmidecode \ tests/esx4.1/sbin/id \ tests/esx4.1/sbin/virt-what-cpuid-helper \ + tests/hyperv/proc/cpuinfo \ + tests/hyperv/proc/self/status \ + tests/hyperv/sbin/dmidecode \ + tests/hyperv/sbin/id \ + tests/hyperv/sbin/virt-what-cpuid-helper \ tests/kvm/proc/cpuinfo \ tests/kvm/proc/self/status \ tests/kvm/sbin/dmidecode \ @@ -38,6 +43,16 @@ EXTRA_DIST = \ tests/linux-vserver/sbin/dmidecode \ tests/linux-vserver/sbin/id \ tests/linux-vserver/sbin/virt-what-cpuid-helper \ + tests/lx86/proc/cpuinfo \ + tests/lx86/proc/self/status \ + tests/lx86/sbin/dmidecode \ + tests/lx86/sbin/id \ + tests/lx86/sbin/virt-what-cpuid-helper \ + tests/parallels-desktop/proc/cpuinfo \ + tests/parallels-desktop/proc/self/status \ + tests/parallels-desktop/sbin/dmidecode \ + tests/parallels-desktop/sbin/id \ + tests/parallels-desktop/sbin/virt-what-cpuid-helper \ tests/qemu/proc/cpuinfo \ tests/qemu/proc/self/status \ tests/qemu/sbin/dmidecode \ @@ -54,6 +69,20 @@ EXTRA_DIST = \ tests/rhel5-xen-dom0/sbin/dmidecode \ tests/rhel5-xen-dom0/sbin/id \ tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \ + tests/rhel5-xen-dom0/sys/hypervisor/properties/pagesize \ + tests/rhel5-xen-dom0/sys/hypervisor/properties/changeset \ + tests/rhel5-xen-dom0/sys/hypervisor/properties/virtual_start \ + tests/rhel5-xen-dom0/sys/hypervisor/properties/capabilities \ + tests/rhel5-xen-dom0/sys/hypervisor/properties/writable_pt \ + tests/rhel5-xen-dom0/sys/hypervisor/type \ + tests/rhel5-xen-dom0/sys/hypervisor/vmcoreinfo \ + tests/rhel5-xen-dom0/sys/hypervisor/version/minor \ + tests/rhel5-xen-dom0/sys/hypervisor/version/major \ + tests/rhel5-xen-dom0/sys/hypervisor/version/extra \ + tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiler \ + tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiled_by \ + tests/rhel5-xen-dom0/sys/hypervisor/compilation/compile_date \ + tests/rhel5-xen-dom0/sys/hypervisor/uuid \ tests/rhel5-xen-domU-hvm/proc/cpuinfo \ tests/rhel5-xen-domU-hvm/proc/self/status \ tests/rhel5-xen-domU-hvm/sbin/dmidecode \ @@ -90,15 +119,18 @@ EXTRA_DIST = \ tests/zvm/sbin/virt-what-cpuid-helper \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ + tests/test-hyperv.sh \ tests/test-kvm.sh \ tests/test-linux-vserver.sh \ + tests/test-lx86.sh \ + tests/test-parallels-desktop.sh \ tests/test-qemu.sh \ tests/test-rhel5-xen-dom0.sh \ tests/test-rhel5-xen-domU-hvm.sh \ tests/test-rhel5-xen-domU-pv.sh \ tests/test-zvm.sh -CLEANFILES = virt-what.1 virt-what.txt +CLEANFILES = virt-what virt-what.1 virt-what.txt AM_CPPFLAGS = -Wall @@ -117,8 +149,11 @@ virt-what.txt: virt-what.pod TESTS = \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ + tests/test-hyperv.sh \ tests/test-kvm.sh \ tests/test-linux-vserver.sh \ + tests/test-lx86.sh \ + tests/test-parallels-desktop.sh \ tests/test-qemu.sh \ tests/test-rhel5-xen-dom0.sh \ tests/test-rhel5-xen-domU-hvm.sh \