aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-10-21 11:19:16 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-10-21 11:19:16 -0700
commit598480df1190c62b246cced76a13259b019a621c (patch)
tree87a6d7ee16e783b537ce1208a07aba12a244aa76 /BUILD
parent343f93fc9ef2832ea12529c46635032ef65e3326 (diff)
downloadprotobuf-598480df1190c62b246cced76a13259b019a621c.tar.gz
protobuf-598480df1190c62b246cced76a13259b019a621c.tar.bz2
protobuf-598480df1190c62b246cced76a13259b019a621c.zip
Add runfiles to make the protobuf_test pass.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index f50e34b7..a0f291f7 100644
--- a/BUILD
+++ b/BUILD
@@ -432,7 +432,9 @@ cc_test(
copts = COPTS,
data = [
":test_plugin",
- ],
+ ] + glob([
+ "src/google/protobuf/**/*",
+ ]),
includes = [
"src/",
],
@@ -542,8 +544,8 @@ py_library(
name = "python_tests",
srcs = [":python_test_srcs"],
deps = [
- ":python_common_test_protos",
":protobuf_python",
+ ":python_common_test_protos",
":python_specific_test_protos",
],
)