packages feed

random-cycle-0.1.0.0: test/Main.hs

module Main where

import Test.Tasty (defaultMain, testGroup)
import TestCycles
import TestPartitions

main :: IO ()
main = defaultMain $ testGroup "RandomCycle" [testPartitions, testCycles]