From: Andrew Ruthven Date: Thu, 14 Jun 2012 11:38:23 +0000 (+1200) Subject: Make sure we run the tests before we build any packages. X-Git-Tag: debian-sid-0.10.2-1~15 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05323997af41e2bad562551cb58ddd310b699a9e;p=mythtv-status.git Make sure we run the tests before we build any packages. --- diff --git a/Makefile b/Makefile index 696ab04..55a6d83 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ RELEASE_FILES=$(orig_tarball) build/tarball/mythtv-status-${version}.tar.gz $(DE TEST_VERBOSE=0 TEST_FILES=t/*.t -all: release +all: test release release: $(RELEASE_FILES)