From 05323997af41e2bad562551cb58ddd310b699a9e Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 14 Jun 2012 23:38:23 +1200 Subject: [PATCH] Make sure we run the tests before we build any packages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2