diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-14 20:09:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-14 20:09:47 -0400 |
commit | 092bf96a9564fd5e7cc896e512900d1a5a3e35be (patch) | |
tree | 8008ddb8c4ac39be648369e17a71e18e53b0007b /git-annex.cabal | |
parent | 521ef9dfebd6a9418a5dce7d1686dbf353ddd0a0 (diff) |
tasty fully working
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 9b3a66e1c..4365f4cd3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -105,7 +105,7 @@ Executable git-annex Build-Depends: unix if flag(TestSuite) - Build-Depends: HUnit, tasty, tasty-hunit, tasty-quickcheck + Build-Depends: tasty, tasty-hunit, tasty-quickcheck CPP-Options: -DWITH_TESTSUITE if flag(TDFA) |