blob: 2624de18d789a72587e8bf14f27fedace53865f3 [file] [log] [blame]
# Copyright 2020 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("codelab") {
deps = [
"cpp",
"dart",
"rust",
]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"dart:tests",
"rust:tests",
]
}