| Index: ios/testing/BUILD.gn
|
| diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
|
| index 3ad58c9061a3e5511409a0d8eb7d3f36b2bb3948..4a526f093b732096d5f7a2c614ceaf3efa9982db 100644
|
| --- a/ios/testing/BUILD.gn
|
| +++ b/ios/testing/BUILD.gn
|
| @@ -5,6 +5,13 @@
|
| import("//ios/build/config.gni")
|
| import("//testing/test.gni")
|
|
|
| +group("all_tests") {
|
| + testonly = true
|
| + deps = [
|
| + ":ocmock_support_unittest",
|
| + ]
|
| +}
|
| +
|
| source_set("ios_test_support") {
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| testonly = true
|
|
|