Merge pull request #901 from pherl/bazel_test

Add runfiles to make the protobuf_test pass.
This commit is contained in:
Jisi Liu 2015-10-21 11:21:28 -07:00
commit b152d7feb9

6
BUILD
View File

@ -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",
],
)