X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=0045bcb5d7d84160819b870a38976078ea1e1711;hb=89502750b9b979c3cb47978e3ad027a44b1190b7;hp=514d22974a2b2b7ab631c8f22cdf3f70cbfca29d;hpb=cbd3f731052c7ab7a24d7e2c8641b9c1553e9d25;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 514d229..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 \ @@ -201,7 +207,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 \