From 45311595ea516db80dc6b8bd073bb8d0abb1d757 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Mar 2013 16:55:12 -0400 Subject: [PATCH] fix running test from debian/rules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fbabc1877..51d7df91bc 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install: build install-docs ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true -test: fast +test: git-annex ./git-annex test # hothasktags chokes on some tempolate haskell etc, so ignore errors