blob: 10815b8b88366887f3b1aba0190d9c58a6029425 [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: [
"//src/sys/test_runners/gotests/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/sample_go_test",
args: [ "-my_custom_flag" ],
environ: [
"FOO=BAR",
"HELLO=WORLD",
],
},
}