blob: 235a44e961dfbd556c0003c087062d5cc3d08ca2 [file] [log] [blame]
# Copyright 2019 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("sys") {
testonly = true
deps = [
"cmc",
"component_manager",
"component_test_runner",
"timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"appmgr:tests",
"cmc:tests",
"component_index:tests",
"component_manager:tests",
"component_manager_for_test:tests",
"dash:tests",
"gtest_runner:tests",
"lib:tests",
"locate:tests",
"timekeeper:tests",
]
}