diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-21 14:24:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-21 14:26:13 -0400 |
commit | 9a8709f064c7608859b3155a752093b29cd8ab98 (patch) | |
tree | cbd0262b6230f36f52ac89411944c9385ab19844 /git-annex.cabal | |
parent | d06c51b6dc2587e1ea23b2ffb1cc55acf4404a16 (diff) |
tests should now all run independently, without needing any prior tests to have run
Should be ready now for tasty-rerun.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 38098fee1..2e95e0df6 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -115,7 +115,7 @@ Executable git-annex if flag(TestSuite) Build-Depends: tasty (>= 0.7), tasty-hunit, tasty-quickcheck, - optparse-applicative + optparse-applicative CPP-Options: -DWITH_TESTSUITE if flag(TDFA) |