Merge commit '36bca61764984ff5395653cf8377ec5daa71b709' as 'libs/protobuf'
This commit is contained in:
16
libs/protobuf/csharp/compatibility_tests/v3.0.0/BUILD.bazel
Normal file
16
libs/protobuf/csharp/compatibility_tests/v3.0.0/BUILD.bazel
Normal file
@@ -0,0 +1,16 @@
|
||||
load("//build_defs:internal_shell.bzl", "inline_sh_test")
|
||||
|
||||
# Run csharp compatibility test between 3.0.0 and the current version.
|
||||
inline_sh_test(
|
||||
name = "tests",
|
||||
srcs = ["test.sh"],
|
||||
tools = ["//:protoc"],
|
||||
deps = glob([
|
||||
"src/**/*.cs*", # .cs and .csproj
|
||||
"protos/**/*.proto",
|
||||
]) + [
|
||||
"//csharp:srcs",
|
||||
"//:well_known_protos",
|
||||
],
|
||||
cmd = "$(location test.sh) 3.0.0 $(rootpath //:protoc)"
|
||||
)
|
||||
Reference in New Issue
Block a user