blob: 866b72e18af6dfde14dc93e051a363be6170d30b [file] [log] [blame]
# Copyright 2022 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("tests") {
testonly = true
deps = [
"cc:tests",
"rust:tests",
]
}
group("ctf-tests") {
testonly = true
deps = [
"cc:ctf-tests",
"rust:ctf-tests",
]
}