1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

add test-suite to semantic-go.cabal

This commit is contained in:
Ayman Nadeem 2020-02-04 12:31:29 -05:00
parent ccd51b3be7
commit fd912530b6

View File

@ -56,3 +56,20 @@ library
Language.Go.Grammar
Language.Go.Tags
hs-source-dirs: src
test-suite test
import: common
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
build-depends: base
, tree-sitter
, tree-sitter-go
, tree-sitter-test-helpers
, bytestring ^>= 0.10.8.2
, hedgehog >= 0.6 && <2
, pathtype ^>= 0.8.1
, text
, tasty
, tasty-hedgehog
, tasty-hunit