summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-15 22:22:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-15 22:22:40 -0400
commitacd55616a7128d42ca191e2978919dfac6e2d1ba (patch)
tree6d2a6c29f275b000680d108d7b8788cdce03b9d8 /test.hs
parent72813114685613f72bc2d7b5d54596c14a5cf0f2 (diff)
Bug fix: A recent change caused git-annex-shell to crash.
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.hs b/test.hs
index 2417f681b..875668b86 100644
--- a/test.hs
+++ b/test.hs
@@ -48,6 +48,7 @@ import qualified Build.SysConfig
import qualified Utility.Format
import qualified Utility.Verifiable
import qualified Utility.Process
+import qualified Utility.Misc
-- for quickcheck
instance Arbitrary Types.Key.Key where
@@ -91,6 +92,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
, qctest "prop_TimeStamp_sane" Logs.UUIDBased.prop_TimeStamp_sane
, qctest "prop_addLog_sane" Logs.UUIDBased.prop_addLog_sane
, qctest "prop_verifiable_sane" Utility.Verifiable.prop_verifiable_sane
+ , qctest "prop_segment_regressionTest" Utility.Misc.prop_segment_regressionTest
]
blackbox :: Test