blob: eba24ea223220f5e9434c7e5c8dededb890764e5 [file] [log] [blame]
// 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/sys/test_runners/rust/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/gunit_runner_bin_test",
},
children: [
{
name: "lib_loader_cache",
url: "#meta/lib_loader_runner_cache.cm",
},
],
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
protocol: [ "fuchsia.test.runner.LibraryLoaderCacheBuilder" ],
from: "#lib_loader_cache",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#lib_loader_cache" ],
},
],
}