blob: 217bca53333f9c53081c0049e58e5bc787ded904 [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.
load("@rules_python//python:defs.bzl", "py_binary")
package(default_visibility = ["//visibility:public"])
alias(
name = "ffxluciauth",
actual = "@ffxluciauth//:ffxluciauth",
)
alias(
name = "luci-auth",
actual = "@luci_auth//:luci-auth",
)
alias(
name = "orchestrate",
actual = "@orchestrate//:orchestrate",
)
py_binary(
name = "resolve_orchestrate_manifest",
srcs = ["resolve_orchestrate_manifest.py"],
python_version = "PY3",
)
py_binary(
name = "negate",
srcs = ["negate.py"],
python_version = "PY3",
)
py_binary(
name = "run_tests",
srcs = ["run_tests.py"],
python_version = "PY3",
)
py_binary(
name = "run_test_group",
srcs = ["run_test_group.py"],
python_version = "PY3",
)