Explorar o código

Add testonly to file_test (#2826)

I don't know why gtest doesn't have testonly set in public, but that's the root of this.
Jon Ross-Perkins %!s(int64=3) %!d(string=hai) anos
pai
achega
4247a39acd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      testing/file_test/BUILD

+ 1 - 0
testing/file_test/BUILD

@@ -8,6 +8,7 @@ package(default_visibility = ["//visibility:public"])
 
 cc_library(
     name = "file_test_base",
+    testonly = 1,
     srcs = ["file_test_base.cpp"],
     hdrs = ["file_test_base.h"],
     deps = [