X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=2c958ca3e5d458c45cd9bc1fc0925b00e8a422ae;hb=163024ab11d1ff722c40c517be2279469614bc37;hp=8a47e96eb5958d0b1691a58f10c0724d734ecc97;hpb=8dd2e213404ff4cc9c6d74e4afb534e25be78a11;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 8a47e96..2c958ca 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-arm-acpi.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-arm-acpi/proc/cpuinfo \ + tests/qemu-arm-acpi/proc/self/status \ + tests/qemu-arm-acpi/sbin/dmidecode \ + tests/qemu-arm-acpi/sbin/uname \ + tests/qemu-arm-acpi/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 \