blob: 63ffb15f427f276ddaa4f6ef5b49830b0e2f6299 [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",
"cpp:tests",
"rust:tests",
"test:tests",
]
}