| # 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. |
| |
| group("settings") { |
| testonly = true |
| deps = [ |
| ":tests", |
| "config", |
| "inspect_utils", |
| "service", |
| "storage", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "accessibility:tests", |
| "audio:tests", |
| "camera_watcher_agent:tests", |
| "common:tests", |
| "config:tests", |
| "display:tests", |
| "do_not_disturb:tests", |
| "factory_reset:tests", |
| "input:tests", |
| "inspect_utils:tests", |
| "intl:tests", |
| "keyboard:tests", |
| "light:tests", |
| "media_buttons:tests", |
| "night_mode:tests", |
| "privacy:tests", |
| "service:tests", |
| "setup:tests", |
| "storage:tests", |
| "test_common:tests", |
| ] |
| } |