| # Copyright 2021 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. |
| |
| import("//tools/cmc/build/expect_includes.gni") |
| |
| # TODO(fxbug.dev/74645): Remove once out of tree targets are migrated to |
| # //src/lib/fuchsia-component-test. |
| group("fuchsia-component-test") { |
| testonly = true |
| public_deps = |
| [ "//src/lib/fuchsia-component-test:fuchsia-component-test-lib" ] |
| deps = [ ":includes" ] |
| } |
| |
| expect_includes("includes") { |
| includes = [ "meta/fuchsia_component_test.shard.cml" ] |
| } |