1
1
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:
Patrick Thomson 2020-06-23 09:48:36 -04:00
parent 801ef3bfc3
commit 5313b38f05
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ haskell_test(
"test/*.hs",
"test/Source/Test.hs",
]),
compiler_flags = STANDARD_GHC_WARNINGS,
src_strip_prefix = "test",
deps = [
":base",

View File

@ -54,6 +54,7 @@ haskell_test(
"test/Source/Test.hs",
"test/Test.hs",
],
compiler_flags = STANDARD_GHC_WARNINGS,
src_strip_prefix = "test",
deps = [
":base",