blob: 1ecf6473ff3a4c75647b25f68925fff92b59c05b [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",
"netclock",
]
}
group("tests") {
testonly = true
deps = [
"netclock:tests",
]
}