X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=514d22974a2b2b7ab631c8f22cdf3f70cbfca29d;hb=87d670b4c8b4e4e0cc314736562a9a6612d555ef;hp=46ff54879bbbd94f5092884b8485b698fc432cd0;hpb=18d21a55c9551b76f0cdb93cd8e7b127173f083b;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 46ff548..514d229 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,14 +47,17 @@ TESTS = \ tests/test-kvm-explicit-cpu.sh \ tests/test-linux-vserver.sh \ tests/test-lkvm.sh \ + tests/test-lkvm-arm.sh \ tests/test-lxc.sh \ tests/test-lx86.sh \ tests/test-parallels-desktop.sh \ tests/test-qemu.sh \ + tests/test-qemu-arm.sh \ tests/test-rhel5-xen-dom0.sh \ tests/test-rhel5-xen-domU-hvm.sh \ tests/test-rhel5-xen-domU-hvm-ia64.sh \ tests/test-rhel5-xen-domU-pv.sh \ + tests/test-xen-arm.sh \ tests/test-zvm.sh EXTRA_DIST = \ @@ -101,6 +104,12 @@ EXTRA_DIST = \ tests/lkvm/sbin/dmidecode \ tests/lkvm/sbin/uname \ tests/lkvm/sbin/virt-what-cpuid-helper \ + tests/lkvm-arm/proc/cpuinfo \ + tests/lkvm-arm/proc/device-tree/compatible \ + tests/lkvm-arm/proc/self/status \ + tests/lkvm-arm/sbin/dmidecode \ + tests/lkvm-arm/sbin/uname \ + tests/lkvm-arm/sbin/virt-what-cpuid-helper \ tests/lxc/proc/1/environ \ tests/lxc/proc/cpuinfo \ tests/lxc/proc/self/status \ @@ -122,6 +131,12 @@ EXTRA_DIST = \ tests/qemu/sbin/dmidecode \ tests/qemu/sbin/uname \ tests/qemu/sbin/virt-what-cpuid-helper \ + tests/qemu-arm/proc/cpuinfo \ + tests/qemu-arm/proc/device-tree/fw-cfg@9020000/compatible \ + tests/qemu-arm/proc/self/status \ + tests/qemu-arm/sbin/dmidecode \ + tests/qemu-arm/sbin/uname \ + tests/qemu-arm/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 \ @@ -185,6 +200,12 @@ EXTRA_DIST = \ 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/xen-arm/proc/cpuinfo \ + tests/xen-arm/proc/device-tree/compatible \ + tests/xen-arm/proc/self/status \ + tests/xen-arm/sbin/dmidecode \ + tests/xen-arm/sbin/uname \ + tests/xen-arm/sbin/virt-what-cpuid-helper \ tests/zvm/proc/cpuinfo \ tests/zvm/proc/self/status \ tests/zvm/proc/sysinfo \