blob: 4223260b39623d3e3c1cb03a61fcbb3cf964ca46 [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: [
"//sdk/lib/syslog/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: "test/fbl-test",
// TODO(https://fxbug.dev/42174254): Remove shuffle disable flag after fixing the test.
args: [
"--gtest_shuffle",
"false",
],
},
}