srctree

Johan Norberg parent c1f39fb8 e3c4df82
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",