ariadne-0.1.2.2: tests/test.hs
import Test.Tasty import SrcMapTests import InvocationTests main = defaultMain $ testGroup "Tests" [srcMapTests, invocationTests]
import Test.Tasty import SrcMapTests import InvocationTests main = defaultMain $ testGroup "Tests" [srcMapTests, invocationTests]