diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 01:13:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 01:13:21 -0400 |
commit | 50cfcdf54b828fbeab532b712e00063ae9e82581 (patch) | |
tree | 1d32f1930baf8d9b13f257ca90ac4de16611effc /test.hs | |
parent | 89fab6c7b8955ef26e653d539f7be3b70129c15e (diff) |
make encrypted remotes have slightly higher costs
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |