blob: 00c9cfe11548d7951640c9921da50d2718b5c631 [file] [log] [blame]
// Copyright 2021 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.
{
// [START include_shard_cpp]
include: [
// [START_EXCLUDE]
"//src/sys/test_runners/gtest/default.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
// [END_EXCLUDE]
],
// [END include_shard_cpp]
program: {
binary: "test/cpp_sample_realm",
},
}