blob: 40512f04a7872c21aa4f92e281f03f0d019465c4 [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",
# TODO(fxbug.dev/64202): reenable these tests after fixing the output
#"wisdom:tests",
]
}