Skip to content

Commit

Permalink
QC
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Aug 24, 2011
1 parent 8e2daf0 commit 0cee135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/QC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ test_InRange = do
putStrLn "Word64" >> q (prop_InRange g :: InRange Word)
putStrLn "Float" >> q (prop_InRange g :: InRange Float)
putStrLn "Double" >> q (prop_InRange g :: InRange Double)

main :: IO ()
main = test_InRange

0 comments on commit 0cee135

Please sign in to comment.