|
@@ -432,7 +432,9 @@ cc_test(
|
|
copts = COPTS,
|
|
copts = COPTS,
|
|
data = [
|
|
data = [
|
|
":test_plugin",
|
|
":test_plugin",
|
|
- ],
|
|
|
|
|
|
+ ] + glob([
|
|
|
|
+ "src/google/protobuf/**/*",
|
|
|
|
+ ]),
|
|
includes = [
|
|
includes = [
|
|
"src/",
|
|
"src/",
|
|
],
|
|
],
|
|
@@ -542,8 +544,8 @@ py_library(
|
|
name = "python_tests",
|
|
name = "python_tests",
|
|
srcs = [":python_test_srcs"],
|
|
srcs = [":python_test_srcs"],
|
|
deps = [
|
|
deps = [
|
|
- ":python_common_test_protos",
|
|
|
|
":protobuf_python",
|
|
":protobuf_python",
|
|
|
|
+ ":python_common_test_protos",
|
|
":python_specific_test_protos",
|
|
":python_specific_test_protos",
|
|
],
|
|
],
|
|
)
|
|
)
|