Sign in
bazel
/
bazel
/
3e4e416c9fafaa7a2c258d2ecf5a75b0369de1d2
/
.
/
tools
/
objc
/
testrunner_stub
blob: 5c7a5466587d60919ff7f024ae13d0bca51a9594 [
file
] [
log
] [
blame
]
Chris Parsons
dc17eb3
2015-10-05 17:52:28 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
3
(
4
printf
'Bazel does not support running ios_tests directly.\n'
5
printf
'Use "bazel build (TARGET) to generate an .xcodeproj."\n'
6
)
>&
2
7
8
exit
1