aboutsummaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/test.hs b/test.hs
index 9a6e05a97..9d64e9260 100644
--- a/test.hs
+++ b/test.hs
@@ -3,11 +3,14 @@ import Test.HUnit.Tools
import GitRepo
import Locations
+import Utility
alltests :: [Test]
alltests = [
qctest "prop_idempotent_deencode" prop_idempotent_deencode,
- qctest "prop_idempotent_fileKey" prop_idempotent_fileKey
+ qctest "prop_idempotent_fileKey" prop_idempotent_fileKey,
+ qctest "prop_idempotent_shellescape" prop_idempotent_shellescape,
+ qctest "prop_idempotent_shellescape_multiword" prop_idempotent_shellescape_multiword
]
main :: IO (Counts, Int)