blob: cd4269ac5542d361d507fcf47f91fdab7a83e77f [file] [log] [blame] [edit]
# 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.
assert(is_host)
group("tools") {
testonly = true
public_deps = [ "echo" ]
}
group("tests") {
testonly = true
deps = [ "echo:tests" ]
}