fix running test from debian/rules

This commit is contained in:
Joey Hess 2013-03-14 16:55:12 -04:00
parent 874c29c77b
commit 45311595ea

View file

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