summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-07 19:07:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-07 19:07:25 -0400
commit619eb8f84fe877936d0a59b46c4ce4e322169467 (patch)
tree5375dd40b0c395dc8577003fd1ecba9af9a6fded /Makefile
parentd56440dd6bf86ffc612bec2fdf545e02ae79f991 (diff)
reuse fast build for make test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c49f8dca..1ddaeaa8b 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,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: git-annex
+test: fast
./git-annex test
# hothasktags chokes on some tempolate haskell etc, so ignore errors