X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=7d87ec122d2ccced7f74ab7cd8cb59515274d0cb;hb=6fe2ebaec32d8f554749807bc21983506647a9d5;hp=514d22974a2b2b7ab631c8f22cdf3f70cbfca29d;hpb=87d670b4c8b4e4e0cc314736562a9a6612d555ef;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 514d229..7d87ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,8 @@ TESTS = \ tests/test-parallels-desktop.sh \ tests/test-qemu.sh \ tests/test-qemu-arm.sh \ + tests/test-qemu-smbios.sh \ + tests/test-qemu-smbios-kvm.sh \ tests/test-rhel5-xen-dom0.sh \ tests/test-rhel5-xen-domU-hvm.sh \ tests/test-rhel5-xen-domU-hvm-ia64.sh \ @@ -137,6 +139,16 @@ EXTRA_DIST = \ tests/qemu-arm/sbin/dmidecode \ tests/qemu-arm/sbin/uname \ tests/qemu-arm/sbin/virt-what-cpuid-helper \ + tests/qemu-smbios/proc/cpuinfo \ + tests/qemu-smbios/proc/self/status \ + tests/qemu-smbios/sbin/dmidecode \ + tests/qemu-smbios/sbin/uname \ + tests/qemu-smbios/sbin/virt-what-cpuid-helper \ + tests/qemu-smbios-kvm/proc/cpuinfo \ + tests/qemu-smbios-kvm/proc/self/status \ + tests/qemu-smbios-kvm/sbin/dmidecode \ + tests/qemu-smbios-kvm/sbin/uname \ + tests/qemu-smbios-kvm/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 \ @@ -201,7 +213,7 @@ EXTRA_DIST = \ 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/device-tree/hypervisor/compatible \ tests/xen-arm/proc/self/status \ tests/xen-arm/sbin/dmidecode \ tests/xen-arm/sbin/uname \