blob: 42061d7c641240ddaa102c28283a3c7e0d122416 [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: [
"sys/component/realm_builder.shard.cml",
// [START_EXCLUDE]
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
// [END_EXCLUDE]
],
// [END include_shard_cpp]
program: {
binary: "test/cpp_sample_realm",
},
}