mirror of https://github.com/grpc/grpc.git
Move objc TvTests to bazel (and make it "build-only") (#31046)
* try TvTests with bazel * remove tvos-test-basictests from run_tests.py * add a build-only test for TvTests * style fixespull/31383/head
parent
236953cb2f
commit
db693b37c2
4 changed files with 35 additions and 13 deletions
@ -0,0 +1,18 @@ |
||||
#!/bin/bash |
||||
# Copyright 2022 The gRPC Authors |
||||
# |
||||
# Licensed under the Apache License, Version 2.0 (the "License"); |
||||
# you may not use this file except in compliance with the License. |
||||
# You may obtain a copy of the License at |
||||
# |
||||
# http://www.apache.org/licenses/LICENSE-2.0 |
||||
# |
||||
# Unless required by applicable law or agreed to in writing, software |
||||
# distributed under the License is distributed on an "AS IS" BASIS, |
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
# See the License for the specific language governing permissions and |
||||
# limitations under the License. |
||||
|
||||
# //src/objective-c/tests:TvTests is set as "data" |
||||
# for this test. Check that it's there. |
||||
test -f src/objective-c/tests/TvTests |
Loading…
Reference in new issue