Browse Source

Update BUILD file for C# tests.

Feng Xiao 8 years ago
parent
commit
acde1651b5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      BUILD

+ 4 - 0
BUILD

@@ -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/",