blob: 2870f31c6acb9b9fbb49bf923c02724cc3c0b14d [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("intl") {
testonly = true
public_deps = [
"manager",
"wisdom",
]
}
group("tests") {
testonly = true
public_deps = [
"manager:tests",
"wisdom:tests",
]
}