X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=0045bcb5d7d84160819b870a38976078ea1e1711;hb=6dbd668e3523d85aeedf16c6cdcc7648508a035e;hp=8a47e96eb5958d0b1691a58f10c0724d734ecc97;hpb=5c4bdcf6abe012dbc4965e5bede00c8a9d31a8f6;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 8a47e96..0045bcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ TESTS = \ tests/test-parallels-desktop.sh \ tests/test-qemu.sh \ tests/test-qemu-arm.sh \ + tests/test-qemu-smbios.sh \ tests/test-rhel5-xen-dom0.sh \ tests/test-rhel5-xen-domU-hvm.sh \ tests/test-rhel5-xen-domU-hvm-ia64.sh \ @@ -137,6 +138,11 @@ 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/rhel5-xen-dom0/proc/cpuinfo \ tests/rhel5-xen-dom0/proc/self/status \ tests/rhel5-xen-dom0/proc/xen/balloon \