X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=f6750ba9a61faca2224c7443b25cebf39fa1f9b3;hb=f1f41c090ece413fcaf343b59138fb3906aefd79;hp=f74b8cfc7c0f012c1413ef8d17a8512ef1a4137d;hpb=b60d5c17c6b36a2d55627e0939041bcbafcfeac3;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index f74b8cf..f6750ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile for virt-what -# Copyright (C) 2008-2009 Red Hat Inc. +# Copyright (C) 2008-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,14 +15,46 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = virt-what.in virt-what.pod +EXTRA_DIST = \ + virt-what.in \ + virt-what.pod \ + tests/baremetal/proc/cpuinfo \ + tests/baremetal/proc/self/status \ + tests/baremetal/sbin/dmidecode \ + tests/baremetal/sbin/id \ + tests/baremetal/sbin/virt-what-cpuid-helper \ + tests/esx4.1/proc/cpuinfo \ + tests/esx4.1/proc/self/status \ + tests/esx4.1/sbin/dmidecode \ + tests/esx4.1/sbin/id \ + tests/esx4.1/sbin/virt-what-cpuid-helper \ + tests/kvm/proc/cpuinfo \ + tests/kvm/proc/self/status \ + tests/kvm/sbin/dmidecode \ + tests/kvm/sbin/id \ + tests/kvm/sbin/virt-what-cpuid-helper \ + tests/qemu/proc/cpuinfo \ + tests/qemu/proc/self/status \ + tests/qemu/sbin/dmidecode \ + tests/qemu/sbin/id \ + tests/qemu/sbin/virt-what-cpuid-helper \ + tests/rhel5-xen-dom0/proc/cpuinfo \ + tests/rhel5-xen-dom0/proc/self/status \ + tests/rhel5-xen-dom0/sbin/dmidecode \ + tests/rhel5-xen-dom0/sbin/id \ + tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \ + tests/test-baremetal.sh \ + tests/test-esx4.1.sh \ + tests/test-kvm.sh \ + tests/test-qemu.sh \ + tests/test-rhel5-xen-dom0.sh CLEANFILES = virt-what.1 virt-what.txt AM_CPPFLAGS = -Wall -bin_SCRIPTS = virt-what -bin_PROGRAMS = virt-what-cpuid-helper +sbin_SCRIPTS = virt-what +libexec_PROGRAMS = virt-what-cpuid-helper man_MANS = virt-what.1 @@ -32,3 +64,12 @@ virt-what.1: virt-what.pod virt-what.txt: virt-what.pod pod2text $< > $@ + +TESTS = \ + tests/test-baremetal.sh \ + tests/test-esx4.1.sh \ + tests/test-kvm.sh \ + tests/test-qemu.sh \ + tests/test-rhel5-xen-dom0.sh +# tests/test-virtualbox.sh \ +# tests/test-xen-domU.sh