From: Richard W.M. Jones Date: Mon, 31 Jul 2017 13:19:46 +0000 (+0100) Subject: Fix EXTRA_DIST to match actual contents of tests directory. X-Git-Tag: v1.16^0 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3ddc2fc76a0e7f549beaafdd35a1b5ae0ab52840;p=virt-what.git Fix EXTRA_DIST to match actual contents of tests directory. --- diff --git a/Makefile.am b/Makefile.am index 038a151..e2aec8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,6 +78,10 @@ EXTRA_DIST = \ 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 \ @@ -139,7 +143,6 @@ EXTRA_DIST = \ 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 \ @@ -150,6 +153,9 @@ EXTRA_DIST = \ 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 \ @@ -249,11 +255,9 @@ EXTRA_DIST = \ tests/rhev/sbin/uname \ tests/rhev/sbin/virt-what-cpuid-helper \ tests/vmm/proc/cpuinfo \ - tests/vvm/proc/self/status \ - tests/vvm/proc/sysinfo \ - tests/vvm/sbin/dmidecode \ - tests/vvm/sbin/uname \ - tests/vvm/sbin/virt-what-cpuid-helper \ + 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 \