blob: fc23ed3fd3c009b7ed58563c3d9df0c630008930 [file] [log] [blame]
# Copyright 2019 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("wisdom") {
deps = [
"cpp",
"rust",
]
}
group("tests") {
testonly = true
deps = [
":wisdom",
# TODO(fxbug.dev/64202): reenable these tests after fixing the output
#"cpp:tests",
#"rust:tests",
#"tests",
]
}