]> Git — Sourcephile - reloto.git/blob - test/Main.hs
Rename Htirage -> Relotophile
[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 "Relotophile"
10 [ quickchecks
11 ]