cryptoconditions-0.1.0.0: test/Tests.hs
{-# LANGUAGE OverloadedStrings #-}
import Test.Tasty
import Test.Tasty.HUnit
import TestFiveBells
import TestStandard
main :: IO ()
main = defaultMain $ testGroup "Tests" [ fiveBellsSuite
, standardTests
]