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