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