aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objc/BUILD')
-rw-r--r--tools/objc/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index 9391a4d119..a2690e8a60 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -100,6 +100,11 @@ sh_binary(
srcs = [":xcrunwrapper.sh"],
)
+filegroup(
+ name = "xctest_infoplist",
+ srcs = ["XCTest-Info.plist"],
+)
+
sh_binary(
name = "environment_plist",
srcs = [":environment_plist.sh"],