blob: 203fafb52d461ae1f8d8ceade6600390780a29af [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("fidl") {
testonly = true
deps = [
":tests",
"go:all",
"hlcpp:all",
"llcpp:all",
"rust:all",
]
}
group("tests") {
testonly = true
deps = [
"go:tests",
"hlcpp:tests",
"llcpp:tests",
"test",
]
}