summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-17 01:13:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-17 01:13:21 -0400
commit50cfcdf54b828fbeab532b712e00063ae9e82581 (patch)
tree1d32f1930baf8d9b13f257ca90ac4de16611effc /test.hs
parent89fab6c7b8955ef26e653d539f7be3b70129c15e (diff)
make encrypted remotes have slightly higher costs
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 30ebe6e59..cdec4ea61 100644
--- a/test.hs
+++ b/test.hs
@@ -39,6 +39,7 @@ import qualified Remote
import qualified Content
import qualified Command.DropUnused
import qualified Key
+import qualified Config
main :: IO ()
main = do
@@ -61,6 +62,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
, qctest "prop_idempotent_shellEscape_multiword" Utility.prop_idempotent_shellEscape_multiword
, qctest "prop_parentDir_basics" Utility.prop_parentDir_basics
, qctest "prop_relPathDirToDir_basics" Utility.prop_relPathDirToDir_basics
+ , qctest "prop_cost_sane" Config.prop_cost_sane
]
blackbox :: Test