blob: 042a7c622bea170b93011d8918531bc31a1c6473 [file] [log] [blame]
# Copyright 2024 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 = [
":tests-no-e2e",
"e2e:tests",
]
}
group("tests-no-e2e") {
testonly = true
deps = [ "//build/bazel/bazel_sdk:tests" ]
}