From 04d8d40b3ad2dac0040a3fae63f48d8269adf81e Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Fri, 12 Feb 2016 13:27:46 +0100 Subject: Split StarWars tests in different modules --- graphql.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index ea1d152..18c78fa 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -41,7 +41,9 @@ test-suite tasty main-is: tasty.hs ghc-options: -Wall other-modules: Paths_graphql - Test.StarWars + Test.StarWars.Data + Test.StarWars.Schema + Test.StarWars.QueryTests build-depends: base >= 4.6 && <5, aeson >= 0.7.0.3, text >= 0.11.3.1, -- cgit v1.2.3