reuse fast build for make test

This commit is contained in:
Joey Hess 2013-03-07 19:07:25 -04:00
parent 4713c2fdac
commit 459b9e8ab3

View file

@ -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