X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=038a1511c4f4bff3c40226ce6bf179375ae252ca;hb=dc0c2972e178a6de9ee87501acca54447ea9c699;hp=e32c07c2be254b5874ef7bd5d4acb899e1699eca;hpb=01b89651194cc3a9a9ceb8268f50dc1ea00d61fe;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index e32c07c..038a151 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ TESTS = \ tests/test-kvm.sh \ tests/test-kvm-explicit-cpu.sh \ tests/test-linux-vserver.sh \ + tests/test-ldoms.sh \ tests/test-lkvm.sh \ tests/test-lkvm-arm.sh \ tests/test-lxc.sh \ @@ -65,6 +66,7 @@ TESTS = \ tests/test-rhel5-xen-domU-hvm-ia64.sh \ tests/test-rhel5-xen-domU-pv.sh \ tests/test-rhev.sh \ + tests/test-vmm.sh \ tests/test-xen-arm.sh \ tests/test-zvm.sh @@ -102,6 +104,8 @@ EXTRA_DIST = \ tests/kvm-explicit-cpu/sbin/dmidecode \ tests/kvm-explicit-cpu/sbin/uname \ tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \ + tests/ldoms/dev/mdesc \ + tests/ldoms/proc/cpuinfo \ tests/linux-vserver/proc/cpuinfo \ tests/linux-vserver/proc/self/status \ tests/linux-vserver/sbin/dmidecode \ @@ -244,6 +248,12 @@ EXTRA_DIST = \ tests/rhev/sbin/dmidecode \ tests/rhev/sbin/uname \ tests/rhev/sbin/virt-what-cpuid-helper \ + tests/vmm/proc/cpuinfo \ + tests/vvm/proc/self/status \ + tests/vvm/proc/sysinfo \ + tests/vvm/sbin/dmidecode \ + tests/vvm/sbin/uname \ + tests/vvm/sbin/virt-what-cpuid-helper \ tests/xen-arm/proc/cpuinfo \ tests/xen-arm/proc/device-tree/hypervisor/compatible \ tests/xen-arm/proc/self/status \