TESTS: add MyPrelude tests

This commit is contained in:
2014-12-18 03:53:27 +01:00
parent b1ac2aa223
commit f774a92dd6
3 changed files with 49 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import Test.QuickCheck
import Test.MyPrelude
import Test.Vector
@@ -51,3 +52,7 @@ main = do
putStrLn "testing det:"
deepCheck detProp1
deepCheck detProp2
putStrLn "testing splitBy"
deepCheck splitByProp1
deepCheck splitByProp2
deepCheck splitByProp3