| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Alias for GTest GN targets, used by Perfetto. | |
| group("gtest") { | |
| testonly = true | |
| deps = [ "//third_party/googletest:gtest" ] | |
| } | |
| group("gtest_main") { | |
| testonly = true | |
| deps = [ "//third_party/googletest:gtest_main" ] | |
| } |