blob: d2ad0d2ddc8a48708333bd42ea7e3050c29eb2b5 [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/power/system-activity-governor/meta/no-suspender-for-test-sag.shard.cml",
"//src/starnix/containers/debian/meta/debian_container_for_test.shard.cml",
"//src/starnix/tests/starnix_test.shard.cml",
],
program: {
binary: "data/tests/syslog_non_root",
test_type: "gtest",
},
offer: [
{
protocol: [ "fuchsia.element.GraphicalPresenter" ],
from: "#ui",
to: [ "#container" ],
},
],
}