Fix libs' test config.

### Description

This fixes the libs' test config: without that line, hspec fails to run at build time. I haven't tried actually running the tests now that they build, fwiw.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7694
GitOrigin-RevId: 03d7bc969c4bd195e84080d50f1f6441a1d8d50f
This commit is contained in:
Antoine Leblanc 2023-01-27 16:31:16 +00:00 committed by hasura-bot
parent 59eedc2fbf
commit 503fc6d7ae
3 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ library
test-suite tests-dc-api
import: common-all
type: exitcode-stdio-1.0
build-tool-depends: hspec-discover:hspec-discover
build-depends:
Diff,
aeson,

View File

@ -72,6 +72,7 @@ test-suite tests
OverloadedStrings
ScopedTypeVariables
ghc-options: -foptimal-applicative-do -Wall -Werror -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wmissing-export-lists -main-is Main
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, base

View File

@ -163,6 +163,7 @@ test-suite tests
TypeFamilies
TypeOperators
ghc-options: -foptimal-applicative-do -Wall -Werror -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wmissing-export-lists -main-is Main
build-tool-depends: hspec-discover:hspec-discover
build-depends:
hasura-schema-parsers
, hspec