Skip to content
Snippets Groups Projects
Commit a0d09b8f authored by Haris Andrianakis's avatar Haris Andrianakis Committed by Tink Team
Browse files

objc: Remove unit test host from bazel rules, it errs with Bazel 0.15.0

PiperOrigin-RevId: 203847430
GitOrigin-RevId: bb0cc72b12bb592df09df8ddf06ddedb85a03a82
parent c0091a95
No related branches found
No related tags found
No related merge requests found
......@@ -595,28 +595,11 @@ objc_library(
ios_unit_test(
name = "TinkTests",
minimum_os_version = "9.0",
test_host = ":TinkUnitTestsHost",
deps = [
":UnitTestLib",
],
)
ios_application(
name = "TinkUnitTestsHost",
bundle_id = "com.google.TinkUnitTests",
families = ["iphone"],
infoplists = ["Tests/Info.plist"],
minimum_os_version = "9.0",
deps = [":TinkUnitTestsHostLib"],
)
objc_library(
name = "TinkUnitTestsHostLib",
srcs = glob(["Tests/Host/*.m"]),
hdrs = glob(["Tests/Host/*.h"]),
sdk_frameworks = ["UIKit"],
)
objc_library(
name = "UnitTestLib",
testonly = 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment