packages feed

static-0.1.0.0: test/UnitTests.hs

import           Test.Tasty

import           Control.Static.UnitTests (tests)

main :: IO ()
main = do
  defaultMain $ testGroup "Static *" [Control.Static.UnitTests.tests]