blob: 5c7a5466587d60919ff7f024ae13d0bca51a9594 [file] [log] [blame]
Chris Parsonsdc17eb32015-10-05 17:52:28 +00001#!/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
8exit 1