Add a test for baremetal.
[virt-what.git] / Makefile.am
index 1c9777f..add8678 100644 (file)
@@ -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
 
 EXTRA_DIST = virt-what.in virt-what.pod
 
+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
 
@@ -30,3 +32,12 @@ virt-what.1: virt-what.pod
 
 virt-what.txt: virt-what.pod
        pod2text $< > $@
+
+TESTS = \
+       tests/test-baremetal.sh
+# tests/test-kvm.sh \
+# tests/test-qemu.sh \
+# tests/test-virtualbox.sh \
+# tests/test-vmware.sh \
+# tests/test-xen-dom0.sh \
+# tests/test-xen-domU.sh