Update BUILD file for C# tests.

This commit is contained in:
Feng Xiao 2017-03-29 15:14:18 -07:00
parent 32d7830e4b
commit acde1651b5

4
BUILD
View file

@ -549,6 +549,10 @@ cc_test(
":test_plugin", ":test_plugin",
] + glob([ ] + glob([
"src/google/protobuf/**/*", "src/google/protobuf/**/*",
# Files for csharp_bootstrap_unittest.cc.
"conformance/**/*",
"csharp/src/**/*",
"examples/**/*",
]), ]),
includes = [ includes = [
"src/", "src/",