srctree

Johan parent c1f39fb8 e3c4df82 fd01b8f1
Merge pull request #385 from johnor/bazel-dissalow-empty-glob

Enable disallow_empty_glob in bazel build
.bazelrc added: 4, removed: 3, total 1
@@ -1,6 +1,8 @@
build --color=yes
build --enable_platform_specific_config
 
build --incompatible_disallow_empty_glob
 
build --features=layering_check
 
test --test_output=errors
 
disassembler/BUILD.bazel added: 4, removed: 3, total 1
@@ -19,7 +19,6 @@ cc_test(
size = "small",
srcs = glob([
"test/src/*.cpp",
"test/src/*.h",
]),
deps = [
":disassembler",