summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 10:49:02 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 10:49:02 -0700
commit7913bc678aed392908b2defaf4f5e2e8a5e8599c (patch)
tree488855260cdb4cf406158f8f47973f4f633492b4 /BUILD
parent81e813d3894f1d2600c270468ca795b0271646d4 (diff)
Removed obsolete references to runfiles scripts.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/BUILD b/BUILD
index ec24310..6e62423 100644
--- a/BUILD
+++ b/BUILD
@@ -360,11 +360,13 @@ cc_test(
upb_proto_library(
name = "conformance_proto_upb",
deps = ["@com_google_protobuf//:conformance_proto"],
+ testonly = 1,
)
upb_proto_library(
name = "test_messages_proto3_proto_upb",
deps = ["@com_google_protobuf//:test_messages_proto3_proto"],
+ testonly = 1,
)
cc_binary(
@@ -378,6 +380,7 @@ cc_binary(
":test_messages_proto3_proto_upb",
":upb",
],
+ testonly = 1,
)
make_shell_script(
@@ -392,7 +395,6 @@ sh_test(
data = [
"tests/conformance_upb_failures.txt",
":conformance_upb",
- "@bazel_tools//tools/bash/runfiles",
"@com_google_protobuf//:conformance_test_runner",
],
)
@@ -515,10 +517,7 @@ make_shell_script(
sh_test(
name = "cmake_build",
srcs = ["run_cmake_build.sh"],
- data = [
- ":cmake_files",
- "@bazel_tools//tools/bash/runfiles",
- ],
+ data = [":cmake_files"],
)
# Generated files ##############################################################
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback