X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=7d87ec122d2ccced7f74ab7cd8cb59515274d0cb;hb=6fe2ebaec32d8f554749807bc21983506647a9d5;hp=0045bcb5d7d84160819b870a38976078ea1e1711;hpb=6dbd668e3523d85aeedf16c6cdcc7648508a035e;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 0045bcb..7d87ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ TESTS = \ 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 \ @@ -143,6 +144,11 @@ EXTRA_DIST = \ 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 \