blob: 2dd61308bcffdfc7fa65d007132841f8bbe2e152 [file] [log] [blame]
import qualified Mulkup.ConfigSpec
import Mulkup.Prelude
import Test.Tasty
main :: IO ()
main = defaultMain tests
tests :: TestTree
tests =
testGroup
"Tests"
[Mulkup.ConfigSpec.cases]