blob: 5fca3875a7e11b6d2ed0e1b84f1935f212bf525a [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/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.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",
},
],
}