summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-24 12:21:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-24 12:21:30 -0400
commit852f1f6cea85a7c781c8286f459023bdacebe021 (patch)
treedbeb0ad578c887343843fd9aa5853226863edf85 /git-annex.cabal
parentf2cdb5242d9a7f72f96656608cf3ee664748c68b (diff)
tasty-rerun! make rerest runs much much faster than running whole test suite
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 2e95e0df6..151ac692e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -114,7 +114,7 @@ Executable git-annex
CPP-Options: -DWITH_CLIBS
if flag(TestSuite)
- Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck,
+ Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck, tasty-rerun,
optparse-applicative
CPP-Options: -DWITH_TESTSUITE