blob: 8e46ad0a26b9a5d0778e6c26f1cd577bdf652ed3 [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": [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml"
],
"program": {
"binary": "bin/scenic_unittests"
},
children: [
{
name: "fake_clock",
url: "#meta/fake_clock.cm",
},
],
use: [
{
protocol: [
"fuchsia.testing.FakeClock",
"fuchsia.testing.FakeClockControl"
],
from: "#fake_clock",
},
],
}