Update BUILD file for C# tests.
This commit is contained in:
parent
32d7830e4b
commit
acde1651b5
1 changed files with 4 additions and 0 deletions
4
BUILD
4
BUILD
|
@ -549,6 +549,10 @@ cc_test(
|
|||
":test_plugin",
|
||||
] + glob([
|
||||
"src/google/protobuf/**/*",
|
||||
# Files for csharp_bootstrap_unittest.cc.
|
||||
"conformance/**/*",
|
||||
"csharp/src/**/*",
|
||||
"examples/**/*",
|
||||
]),
|
||||
includes = [
|
||||
"src/",
|
||||
|
|
Loading…
Add table
Reference in a new issue