X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=5f22f79d0c61b01b1c9413c5032e2e35c43a0762;hb=e15822c82b3888420187eb32db82554266a6f350;hp=caf401105e18038dc727c1b198fbfa8e3299560f;hpb=aee03601ac923906391b438bc4040c4a4265112d;p=qemu-sanity-check.git diff --git a/Makefile.am b/Makefile.am index caf4011..5f22f79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,15 +11,22 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. EXTRA_DIST = \ + .gitignore \ + qemu-sanity-check.1 \ qemu-sanity-check.in \ - qemu-sanity-check.pod + qemu-sanity-check.pod \ + qemu-sanity-check.pod.in \ + sleeper \ + $(TESTS) -CLEANFILES = qemu-sanity-check +CLEANFILES = \ + *~ \ + qemu-sanity-check bin_SCRIPTS = qemu-sanity-check initrddir = $(libdir)/qemu-sanity-check @@ -55,4 +62,15 @@ qemu-sanity-check.1: qemu-sanity-check.pod endif # Tests. -TESTS = run-qemu-sanity-check +TESTS = \ + run-qemu-sanity-check \ + test-timeout \ + test-bad-options \ + test-bad-kernel \ + test-bad-qemu \ + test-bad-userspace + +# Tag HEAD with current version (maintainer only). + +maintainer-tag: + git tag -a v$(VERSION) -m "Version $(VERSION)" -f