blob: f1480ac57f39864fd7b6b95292c08cfaab1a96fc [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.
// This test marks itself as a chromium test so it is launched in the chromium realm.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/chromium_routing_test",
},
use: [
{
directory: "build-info",
from: "parent",
rights: [ "r*" ],
path: "/build_info",
},
],
}