HulkImport-0.1.0.0: test/Tests.hs
import Test.Tasty
import qualified Gold.Tests
main :: IO ()
main = defaultMain tests
tests :: TestTree
tests = testGroup "Tests" [
Gold.Tests.tests
]
import Test.Tasty
import qualified Gold.Tests
main :: IO ()
main = defaultMain tests
tests :: TestTree
tests = testGroup "Tests" [
Gold.Tests.tests
]