]> Git — Sourcephile - reloto.git/blob - test/Main.hs
Add QuickCheck tests.
[reloto.git] / test / Main.hs
1 module Main where
2
3 import Test.Tasty
4 import QuickCheck
5
6 main :: IO ()
7 main =
8 defaultMain $
9 testGroup "Htirage"
10 [ quickchecks
11 ]