blob: 42d49ed2726a39e0075e85789c9afe30e3cddf48 [file] [log] [blame]
# Copyright 2020 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")
group("net_interfaces") {
deps = [ "cpp" ]
}
group("tests") {
testonly = true
deps = [ "cpp:tests" ]
}
expect_includes("net_interfaces_includes") {
includes = [ "client.shard.cml" ]
}