blob: 57b46f136e15b5c47273e01a17935b46c756b4ba [file] [log] [blame]
# Copyright 2021 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("lib") {
testonly = true
deps = [
"go:far",
"rust:fuchsia-archive",
]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"go:tests",
"rust:tests",
]
}