mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Create min iOS and test runner under third_party/nearby for common test target.
PiperOrigin-RevId: 527754820
This commit is contained in:
committed by
Copybara-Service
parent
5edd8e25ca
commit
aea5b223d3
@@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
load("//tools/build_defs/swift:swift_explicit_module_build_test.bzl", "swift_explicit_module_build_test")
|
||||
load("//third_party/nearby:minimum_os.bzl", "IOS_MINIMUM_OS")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
@@ -87,6 +88,6 @@ objc_library(
|
||||
swift_explicit_module_build_test(
|
||||
name = "swift_explicit_module_build_test",
|
||||
ignore_headerless_targets = True,
|
||||
minimum_os_version = "15.0",
|
||||
minimum_os_version = IOS_MINIMUM_OS,
|
||||
platform_type = "ios",
|
||||
)
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
load("//tools/build_defs/apple:ios.bzl", "ios_unit_test")
|
||||
load("//third_party/nearby:minimum_os.bzl", "IOS_MINIMUM_OS", "IOS_MINIMUM_TEST_RUNNER")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
@@ -40,8 +41,8 @@ objc_library(
|
||||
|
||||
ios_unit_test(
|
||||
name = "PlatformTests",
|
||||
minimum_os_version = "15.0",
|
||||
runner = "//testing/utp/ios:IOS_LATEST",
|
||||
minimum_os_version = IOS_MINIMUM_OS,
|
||||
runner = IOS_MINIMUM_TEST_RUNNER,
|
||||
deps = [
|
||||
":PlatformTestslib",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user