aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/testrunner_stub
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objc/testrunner_stub')
-rw-r--r--tools/objc/testrunner_stub8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/objc/testrunner_stub b/tools/objc/testrunner_stub
new file mode 100644
index 0000000000..5c7a546658
--- /dev/null
+++ b/tools/objc/testrunner_stub
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+(
+ printf 'Bazel does not support running ios_tests directly.\n'
+ printf 'Use "bazel build (TARGET) to generate an .xcodeproj."\n'
+) >&2
+
+exit 1