X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=0d59e375bfdf1c6155bd06036e578c60a6f81111;hb=6997576c5b426b394a306376aa59a9b07db4df66;hp=43dc91ea9413926bf48fe7ba0ca884d206a3dbdb;hpb=bf340c74ff8741236d2cf329c457fcc4bc85db7d;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 43dc91e..0d59e37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,15 +33,33 @@ 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 \ 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/sbin/dmidecode \ + tests/rhel5-xen-dom0/sbin/id \ + tests/rhel5-xen-dom0/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/sbin/dmidecode \ + tests/rhel5-xen-domU-pv/sbin/id \ + tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \ tests/test-baremetal.sh \ tests/test-esx4.1.sh \ tests/test-kvm.sh \ - tests/test-qemu.sh + tests/test-linux-vserver.sh \ + tests/test-qemu.sh \ + tests/test-rhel5-xen-dom0.sh \ + tests/test-rhel5-xen-domU-pv.sh CLEANFILES = virt-what.1 virt-what.txt @@ -63,7 +81,7 @@ 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-pv.sh