module Main where import Test.Tasty import qualified Tests.C main :: IO () main = defaultMain $ testGroup "Tests" [Tests.C.tests]