blob: e46f4e0edfb32b1715665f7f90b5422403ae648d [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: [
// gtest runner
"//src/sys/test_runners/gtest/default.shard.cml",
// Enable system logging
"syslog/client.shard.cml",
],
program: {
binary: "bin/soundplayer-tests",
},
}