mirror of
https://github.com/github/semantic.git
synced 2025-01-07 16:07:28 +03:00
use shared flags for tests too
This commit is contained in:
parent
801ef3bfc3
commit
5313b38f05
@ -52,6 +52,7 @@ haskell_test(
|
||||
"test/*.hs",
|
||||
"test/Source/Test.hs",
|
||||
]),
|
||||
compiler_flags = STANDARD_GHC_WARNINGS,
|
||||
src_strip_prefix = "test",
|
||||
deps = [
|
||||
":base",
|
||||
|
@ -54,6 +54,7 @@ haskell_test(
|
||||
"test/Source/Test.hs",
|
||||
"test/Test.hs",
|
||||
],
|
||||
compiler_flags = STANDARD_GHC_WARNINGS,
|
||||
src_strip_prefix = "test",
|
||||
deps = [
|
||||
":base",
|
||||
|
Loading…
Reference in New Issue
Block a user