Sign in
bazel
/
bazel
/
037c9dcf873e8037f7e6a03d4e4c6230dd5a1b27
/
.
/
tools
/
objc
/
testrunner_stub
blob: 5c7a5466587d60919ff7f024ae13d0bca51a9594 [
file
] [
log
] [
blame
]
#!/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