blob: 3339b2877e75ccfb2b1f2f43b7896450631e7af7 [file] [log] [blame] [edit]
// 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.
{
include: [ "//src/connectivity/overnet/examples/meta/test.shard.cml" ],
children: [
{
name: "test-driver",
url: "#meta/overnet-echo-test-driver.cm",
},
{
name: "server",
url: "#meta/overnet-echo-server.cm",
},
],
}