X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=e64f4e6d33c19510ff3da8bad9c54a8721ac3cf4;hb=36529e78a60a1c4097e7fe8fa4f3971f8581d864;hp=f065cc84814351335c38c8adb11fc4d7a8d14288;hpb=45623caae6166fe7d0ce7ef396b9b58795bcfe6d;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index f065cc8..e64f4e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,73 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = virt-what.in virt-what.pod +EXTRA_DIST = \ + virt-what.in \ + virt-what.pod \ + tests/baremetal/proc/cpuinfo \ + tests/baremetal/proc/self/status \ + tests/baremetal/sbin/dmidecode \ + tests/baremetal/sbin/id \ + tests/baremetal/sbin/virt-what-cpuid-helper \ + tests/esx4.1/proc/cpuinfo \ + tests/esx4.1/proc/self/status \ + tests/esx4.1/sbin/dmidecode \ + tests/esx4.1/sbin/id \ + tests/esx4.1/sbin/virt-what-cpuid-helper \ + tests/kvm/proc/cpuinfo \ + tests/kvm/proc/self/status \ + 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 \ + tests/qemu/sbin/id \ + 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/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-domU-hvm.sh \ + tests/test-rhel5-xen-domU-pv.sh \ + tests/test-zvm.sh CLEANFILES = virt-what.1 virt-what.txt @@ -37,7 +103,9 @@ TESTS = \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ tests/test-kvm.sh \ - tests/test-qemu.sh -# tests/test-virtualbox.sh \ -# tests/test-xen-dom0.sh \ -# tests/test-xen-domU.sh + tests/test-linux-vserver.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