summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-20 00:02:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-20 00:02:33 -0400
commita724c0e782ecc9bc097549f2c0a273da2bf61827 (patch)
treeaf85d520459b0a2837a682261638e8bc1c785394 /test.hs
parent0ba45a9fb578cc3fc6e8cac45034e1e5bd4fea34 (diff)
another quickcheck
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 fb0cdfda5..fcd4e3136 100644
--- a/test.hs
+++ b/test.hs
@@ -10,6 +10,7 @@
import Test.HUnit
import Test.HUnit.Tools
import Test.QuickCheck
+import Test.QuickCheck.Instances ()
import System.Posix.Directory (changeWorkingDirectory)
import System.Posix.Files
@@ -107,6 +108,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
, qctest "prop_idempotent_shellEscape" Utility.SafeCommand.prop_idempotent_shellEscape
, qctest "prop_idempotent_shellEscape_multiword" Utility.SafeCommand.prop_idempotent_shellEscape_multiword
, qctest "prop_idempotent_configEscape" Logs.Remote.prop_idempotent_configEscape
+ , qctest "prop_parse_show_Config" Logs.Remote.prop_parse_show_Config
, qctest "prop_parentDir_basics" Utility.Path.prop_parentDir_basics
, qctest "prop_relPathDirToFile_basics" Utility.Path.prop_relPathDirToFile_basics
, qctest "prop_relPathDirToFile_regressionTest" Utility.Path.prop_relPathDirToFile_regressionTest