build: Remove *~ files on make clean.
[virt-what.git] / Makefile.am
index 1029902..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,7 +39,10 @@ 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 \
@@ -74,11 +77,21 @@ TESTS = \
 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 \