blob: 2bea501f74f6b0da31bdb7751a87d2c340d8634c [file]
// 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",
"syslog/client.shard.cml",
],
program: {
binary: "bin/directory_watcher_unittests",
},
use: [
{ service: "fidl.service.test.EchoService" },
{
storage: "tmp",
path: "/tmp",
},
],
}