X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=a78a79565e2a5d1298de5dffcaa01a3e6fddf6ff;hb=75a67daafc9a2aa6ec614a0aabb3be9236910cae;hp=f6750ba9a61faca2224c7443b25cebf39fa1f9b3;hpb=f1f41c090ece413fcaf343b59138fb3906aefd79;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index f6750ba..a78a795 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,11 @@ EXTRA_DIST = \ tests/kvm/sbin/dmidecode \ tests/kvm/sbin/id \ tests/kvm/sbin/virt-what-cpuid-helper \ + tests/linux-vserver/proc/cpuinfo \ + tests/linux-vserver/proc/self/status \ + tests/linux-vserver/sbin/dmidecode \ + tests/linux-vserver/sbin/id \ + tests/linux-vserver/sbin/virt-what-cpuid-helper \ tests/qemu/proc/cpuinfo \ tests/qemu/proc/self/status \ tests/qemu/sbin/dmidecode \ @@ -40,14 +45,57 @@ EXTRA_DIST = \ tests/qemu/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 \ + tests/rhel5-xen-dom0/proc/xen/capabilities \ + tests/rhel5-xen-dom0/proc/xen/privcmd \ + tests/rhel5-xen-dom0/proc/xen/xenbus \ + tests/rhel5-xen-dom0/proc/xen/xsd_kva \ + tests/rhel5-xen-dom0/proc/xen/xsd_port \ tests/rhel5-xen-dom0/sbin/dmidecode \ tests/rhel5-xen-dom0/sbin/id \ tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \ + tests/rhel5-xen-domU-hvm/proc/cpuinfo \ + tests/rhel5-xen-domU-hvm/proc/self/status \ + tests/rhel5-xen-domU-hvm/sbin/dmidecode \ + tests/rhel5-xen-domU-hvm/sbin/id \ + tests/rhel5-xen-domU-hvm/sbin/virt-what-cpuid-helper \ + tests/rhel5-xen-domU-pv/proc/cpuinfo \ + tests/rhel5-xen-domU-pv/proc/self/status \ + tests/rhel5-xen-domU-pv/proc/xen/balloon \ + tests/rhel5-xen-domU-pv/proc/xen/capabilities \ + tests/rhel5-xen-domU-pv/proc/xen/privcmd \ + tests/rhel5-xen-domU-pv/proc/xen/xenbus \ + tests/rhel5-xen-domU-pv/sbin/dmidecode \ + tests/rhel5-xen-domU-pv/sbin/id \ + tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \ + tests/rhel5-xen-domU-pv/sys/hypervisor/properties/pagesize \ + tests/rhel5-xen-domU-pv/sys/hypervisor/properties/changeset \ + tests/rhel5-xen-domU-pv/sys/hypervisor/properties/virtual_start \ + tests/rhel5-xen-domU-pv/sys/hypervisor/properties/capabilities \ + tests/rhel5-xen-domU-pv/sys/hypervisor/properties/writable_pt \ + tests/rhel5-xen-domU-pv/sys/hypervisor/type \ + tests/rhel5-xen-domU-pv/sys/hypervisor/vmcoreinfo \ + tests/rhel5-xen-domU-pv/sys/hypervisor/version/minor \ + tests/rhel5-xen-domU-pv/sys/hypervisor/version/major \ + tests/rhel5-xen-domU-pv/sys/hypervisor/version/extra \ + tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiler \ + 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/zvm/proc/cpuinfo \ + tests/zvm/proc/self/status \ + tests/zvm/sbin/dmidecode \ + tests/zvm/sbin/id \ + tests/zvm/sbin/virt-what-cpuid-helper \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ tests/test-kvm.sh \ + tests/test-linux-vserver.sh \ tests/test-qemu.sh \ - tests/test-rhel5-xen-dom0.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 @@ -69,7 +117,9 @@ TESTS = \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ tests/test-kvm.sh \ + tests/test-linux-vserver.sh \ tests/test-qemu.sh \ - tests/test-rhel5-xen-dom0.sh -# tests/test-virtualbox.sh \ -# tests/test-xen-domU.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