Home
last modified time | relevance | path

Searched full:xctool (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/
Dtests.sh201 # Make sure xctool is up to date. Adapted from
205 brew outdated xctool || brew upgrade xctool
215 xctool -reporter plain -configuration Debug "$@"
216 xctool -reporter plain -configuration Release "$@"
221 # https://github.com/facebook/xctool/issues/509 - unlike xcodebuild, xctool
D.travis.yml74 # xctool 0.2.8 seems to have a bug where it randomly kills tests saying
76 # https://github.com/facebook/xctool/issues/619
/external/grpc-grpc/
D.travis.yml63 xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"
66 xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"
/external/grpc-grpc/src/objective-c/tests/
Drun_tests.sh41 # TODO(jcanizales): Use xctool instead? Issue #2540.