Add a regression test for IBM PowerVM Lx86 emulator (thanks Yufang Zhang).
[virt-what.git] / Makefile.am
index 42ec069..8a31f3f 100644 (file)
@@ -28,6 +28,11 @@ EXTRA_DIST = \
        tests/esx4.1/sbin/dmidecode \
        tests/esx4.1/sbin/id \
        tests/esx4.1/sbin/virt-what-cpuid-helper \
+       tests/hyperv/proc/cpuinfo \
+       tests/hyperv/proc/self/status \
+       tests/hyperv/sbin/dmidecode \
+       tests/hyperv/sbin/id \
+       tests/hyperv/sbin/virt-what-cpuid-helper \
        tests/kvm/proc/cpuinfo \
        tests/kvm/proc/self/status \
        tests/kvm/sbin/dmidecode \
@@ -38,6 +43,11 @@ EXTRA_DIST = \
        tests/linux-vserver/sbin/dmidecode \
        tests/linux-vserver/sbin/id \
        tests/linux-vserver/sbin/virt-what-cpuid-helper \
+       tests/lx86/proc/cpuinfo \
+       tests/lx86/proc/self/status \
+       tests/lx86/sbin/dmidecode \
+       tests/lx86/sbin/id \
+       tests/lx86/sbin/virt-what-cpuid-helper \
        tests/parallels-desktop/proc/cpuinfo \
        tests/parallels-desktop/proc/self/status \
        tests/parallels-desktop/sbin/dmidecode \
@@ -109,8 +119,10 @@ EXTRA_DIST = \
        tests/zvm/sbin/virt-what-cpuid-helper \
        tests/test-baremetal.sh \
        tests/test-esx4.1.sh \
+       tests/test-hyperv.sh \
        tests/test-kvm.sh \
        tests/test-linux-vserver.sh \
+       tests/test-lx86.sh \
        tests/test-parallels-desktop.sh \
        tests/test-qemu.sh \
        tests/test-rhel5-xen-dom0.sh \
@@ -137,8 +149,10 @@ virt-what.txt: virt-what.pod
 TESTS = \
        tests/test-baremetal.sh \
        tests/test-esx4.1.sh \
+       tests/test-hyperv.sh \
        tests/test-kvm.sh \
        tests/test-linux-vserver.sh \
+       tests/test-lx86.sh \
        tests/test-parallels-desktop.sh \
        tests/test-qemu.sh \
        tests/test-rhel5-xen-dom0.sh \