brittany/src-unittests/TestMain.hs

16 lines
191 B
Haskell

module Main where
import Test.Hspec
import AsymptoticPerfTests
main :: IO ()
main = hspec $ tests
tests :: Spec
tests = do
describe "asymptotic perf roundtrips" $ asymptoticPerfTest