build: Remove *~ files on make clean.
[virt-what.git] / Makefile.am
index 2c958ca..48fd518 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-CLEANFILES = virt-what
+CLEANFILES = virt-what *~
 
 AM_CPPFLAGS = -Wall
 
@@ -39,36 +39,68 @@ virt-what.txt: virt-what.pod
 endif
 
 TESTS = \
+       tests/test-aws-baremetal-x86.sh \
+       tests/test-aws-kvm-arm.sh \
+       tests/test-aws-kvm-x86.sh \
+       tests/test-aws-xen-x86.sh \
        tests/test-baremetal.sh \
+       tests/test-bhyve.sh \
        tests/test-docker.sh \
        tests/test-esx4.1.sh \
        tests/test-hyperv.sh \
        tests/test-kvm.sh \
        tests/test-kvm-explicit-cpu.sh \
        tests/test-linux-vserver.sh \
+       tests/test-ldoms.sh \
        tests/test-lkvm.sh \
        tests/test-lkvm-arm.sh \
        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-arm-acpi.sh \
+       tests/test-qemu-smbios.sh \
+       tests/test-qemu-smbios-kvm.sh \
        tests/test-rhel5-xen-dom0.sh \
        tests/test-rhel5-xen-domU-hvm.sh \
        tests/test-rhel5-xen-domU-hvm-ia64.sh \
        tests/test-rhel5-xen-domU-pv.sh \
+       tests/test-rhev.sh \
+       tests/test-vmm.sh \
        tests/test-xen-arm.sh \
        tests/test-zvm.sh
 
 EXTRA_DIST = \
        virt-what.in \
        virt-what.pod \
+       tests/aws-baremetal-x86/proc/cpuinfo \
+       tests/aws-baremetal-x86/proc/self/status \
+       tests/aws-baremetal-x86/sbin/dmidecode \
+       tests/aws-baremetal-x86/sbin/uname \
+       tests/aws-baremetal-x86/sbin/virt-what-cpuid-helper \
+       tests/aws-kvm-x86/proc/cpuinfo \
+       tests/aws-kvm-x86/proc/self/status \
+       tests/aws-kvm-x86/sbin/dmidecode \
+       tests/aws-kvm-x86/sbin/uname \
+       tests/aws-kvm-x86/sbin/virt-what-cpuid-helper \
+       tests/aws-xen-x86/proc/cpuinfo \
+       tests/aws-xen-x86/proc/self/status \
+       tests/aws-xen-x86/sbin/dmidecode \
+       tests/aws-xen-x86/sbin/uname \
+       tests/aws-xen-x86/sbin/virt-what-cpuid-helper \
        tests/baremetal/proc/cpuinfo \
        tests/baremetal/proc/self/status \
        tests/baremetal/sbin/dmidecode \
        tests/baremetal/sbin/uname \
        tests/baremetal/sbin/virt-what-cpuid-helper \
+       tests/bhyve/proc/cpuinfo \
+       tests/bhyve/sbin/dmidecode \
+       tests/bhyve/sbin/uname \
+       tests/bhyve/sbin/virt-what-cpuid-helper \
        tests/docker/.dockerinit \
        tests/docker/proc/cpuinfo \
        tests/docker/proc/self/status \
@@ -95,6 +127,10 @@ EXTRA_DIST = \
        tests/kvm-explicit-cpu/sbin/dmidecode \
        tests/kvm-explicit-cpu/sbin/uname \
        tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \
+       tests/ldoms/dev/mdesc \
+       tests/ldoms/proc/cpuinfo \
+       tests/ldoms/sbin/uname \
+       tests/ldoms/sbin/virt-what-cpuid-helper \
        tests/linux-vserver/proc/cpuinfo \
        tests/linux-vserver/proc/self/status \
        tests/linux-vserver/sbin/dmidecode \
@@ -127,6 +163,29 @@ 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/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-dedicated/sbin/dmidecode \
+       tests/ppc64-lpar-dedicated/sbin/uname \
+       tests/ppc64-lpar-dedicated/sbin/virt-what-cpuid-helper \
+       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 \
@@ -138,11 +197,16 @@ 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/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/qemu-smbios-kvm/proc/cpuinfo \
+       tests/qemu-smbios-kvm/proc/self/status \
+       tests/qemu-smbios-kvm/sbin/dmidecode \
+       tests/qemu-smbios-kvm/sbin/uname \
+       tests/qemu-smbios-kvm/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 \
@@ -206,6 +270,15 @@ EXTRA_DIST = \
        tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \
        tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \
        tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \
+       tests/rhev/proc/cpuinfo \
+       tests/rhev/proc/self/status \
+       tests/rhev/sbin/dmidecode \
+       tests/rhev/sbin/uname \
+       tests/rhev/sbin/virt-what-cpuid-helper \
+       tests/vmm/proc/cpuinfo \
+       tests/vmm/sbin/dmidecode \
+       tests/vmm/sbin/uname \
+       tests/vmm/sbin/virt-what-cpuid-helper \
        tests/xen-arm/proc/cpuinfo \
        tests/xen-arm/proc/device-tree/hypervisor/compatible \
        tests/xen-arm/proc/self/status \