blob: 386ae71a30ca8bddffec4ea4132a6adfd0f12fc5 [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("tools") {
testonly = true
deps = [
"ascendd:host",
"debug-serial",
"onet",
"onet:host",
]
}
group("tests") {
testonly = true
deps = [
"debug-serial:tests",
"onet:tests",
]
}