summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-06 00:12:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-06 00:12:06 -0400
commit0951342092a78c734298f519ef253d7283d630f2 (patch)
treefc7157a07010e6ed4f325d879e87963da23a0305 /git-annex.cabal
parent60b71253d05f130869feefc2ca51b5d12c6576e8 (diff)
test suite partially converted to use tasty test framework
This is a win. Will need to wait for tasty getting into Debian, and do a trivial conversion of the remainder of the hunit tests.
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 47b87eec3..367cdab71 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -97,7 +97,7 @@ Executable git-annex
Build-Depends: unix
if flag(TestSuite)
- Build-Depends: HUnit
+ Build-Depends: HUnit, tasty, tasty-hunit, tasty-quickcheck
CPP-Options: -DWITH_TESTSUITE
if flag(TDFA)