srctree
repos
owner
network
issues
0
diffs
0
Public
Johan Norberg
parent
d5247756
3b2c4c67
Enable bazel layering-check feature
.bazelrc
added: 6, removed: 2, total 4
@@ -1,5 +1,8 @@
build --color=yes
build --enable_platform_specific_config
build --features=layering_check
test --test_output=errors
test --test_verbose_timeout_warnings=true
core/BUILD.bazel
added: 6, removed: 2, total 4
@@ -40,6 +40,7 @@ cc_test(
deps = [
":core",
":core_test_utils",
"@fmtlib",
"@gtest",
],
)