deka-0.2.0.0: test/tasty-test.hs
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module Main where
import Test.Tasty
import qualified DataDir
tests :: TestTree
tests = testGroup "tasty-test"
[ DataDir.tests
]
main = defaultMain tests
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module Main where
import Test.Tasty
import qualified DataDir
tests :: TestTree
tests = testGroup "tasty-test"
[ DataDir.tests
]
main = defaultMain tests