blob: 1b2369485a54d6693c1253607ec5f2595d7ac1ef [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",
# Uncomment once this target is in the build graph.
#"e2e:tests",
]
}
group("tests-no-e2e") {
testonly = true
deps = [ "//build/bazel/bazel_sdk:tests" ]
}