diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-24 12:21:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-24 12:21:30 -0400 |
commit | 852f1f6cea85a7c781c8286f459023bdacebe021 (patch) | |
tree | dbeb0ad578c887343843fd9aa5853226863edf85 /Makefile | |
parent | f2cdb5242d9a7f72f96656608cf3ee664748c68b (diff) |
tasty-rerun! make rerest runs much much faster than running whole test suite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,6 +54,9 @@ install: build install-docs Build/InstallDesktopFile test: git-annex ./git-annex test +retest: git-annex + ./git-annex test --rerun-update --rerun-filter failures + # hothasktags chokes on some template haskell etc, so ignore errors tags: find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null @@ -80,7 +83,7 @@ clean: doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ Setup Build/InstallDesktopFile Build/EvilSplicer \ Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs Build/DistributionUpdate \ - git-union-merge + git-union-merge .tasty-rerun-log find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \; |