diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-07 19:07:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-07 19:07:25 -0400 |
commit | 619eb8f84fe877936d0a59b46c4ce4e322169467 (patch) | |
tree | 5375dd40b0c395dc8577003fd1ecba9af9a6fded | |
parent | d56440dd6bf86ffc612bec2fdf545e02ae79f991 (diff) |
reuse fast build for make test
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |