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