X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=73dfc7be51220ddcdfba5d30eebec3a52d5ae28f;hb=d5a6ad7fbbed356c9176c859356e2408519762c0;hp=7d87ec122d2ccced7f74ab7cd8cb59515274d0cb;hpb=6fe2ebaec32d8f554749807bc21983506647a9d5;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 7d87ec1..73dfc7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,10 @@ TESTS = \ tests/test-lxc.sh \ tests/test-lx86.sh \ tests/test-parallels-desktop.sh \ + tests/test-ppc64-baremetal.sh \ + tests/test-ppc64-kvm.sh \ + tests/test-ppc64-lpar-dedicated.sh \ + tests/test-ppc64-lpar-shared.sh \ tests/test-qemu.sh \ tests/test-qemu-arm.sh \ tests/test-qemu-smbios.sh \ @@ -128,6 +132,27 @@ EXTRA_DIST = \ tests/parallels-desktop/sbin/dmidecode \ tests/parallels-desktop/sbin/uname \ tests/parallels-desktop/sbin/virt-what-cpuid-helper \ + tests/ppc64-baremetal/proc/cpuinfo \ + tests/ppc64-baremetal/proc/self/status \ + tests/ppc64-baremetal/sbin/dmidecode \ + tests/ppc64-baremetal/sbin/uname \ + tests/ppc64-baremetal/sbin/virt-what-cpuid-helper \ + tests/ppc64-kvm/proc/cpuinfo \ + tests/ppc64-kvm/proc/self/status \ + tests/ppc64-kvm/sbin/dmidecode \ + tests/ppc64-kvm/sbin/uname \ + tests/ppc64-kvm/sbin/virt-what-cpuid-helper \ + tests/ppc64-lpar-dedicated/proc/cpuinfo \ + tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg \ + tests/ppc64-lpar-shared/sbin/dmidecode \ + tests/ppc64-lpar-shared/sbin/uname \ + tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \ + tests/ppc64-lpar-shared/proc/cpuinfo \ + tests/ppc64-lpar-shared/proc/self/status \ + tests/ppc64-lpar-shared/proc/ppc64/lparcfg \ + tests/ppc64-lpar-shared/sbin/dmidecode \ + tests/ppc64-lpar-shared/sbin/uname \ + tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \ tests/qemu/proc/cpuinfo \ tests/qemu/proc/self/status \ tests/qemu/sbin/dmidecode \