xref: /aosp_15_r20/external/bazelbuild-rules_python/tests/BUILD.bazel (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1*60517a1eSAndroid Build Coastguard Workerload("@bazel_skylib//rules:build_test.bzl", "build_test")
2*60517a1eSAndroid Build Coastguard Worker
3*60517a1eSAndroid Build Coastguard Workerpackage(default_visibility = ["//visibility:public"])
4*60517a1eSAndroid Build Coastguard Worker
5*60517a1eSAndroid Build Coastguard Workerlicenses(["notice"])
6*60517a1eSAndroid Build Coastguard Worker
7*60517a1eSAndroid Build Coastguard Workerbuild_test(
8*60517a1eSAndroid Build Coastguard Worker    name = "bzl_libraries_build_test",
9*60517a1eSAndroid Build Coastguard Worker    targets = [
10*60517a1eSAndroid Build Coastguard Worker        # keep sorted
11*60517a1eSAndroid Build Coastguard Worker        "//python:current_py_toolchain_bzl",
12*60517a1eSAndroid Build Coastguard Worker        "//python:defs_bzl",
13*60517a1eSAndroid Build Coastguard Worker        "//python:proto_bzl",
14*60517a1eSAndroid Build Coastguard Worker        "//python:py_binary_bzl",
15*60517a1eSAndroid Build Coastguard Worker        "//python:py_cc_link_params_info_bzl",
16*60517a1eSAndroid Build Coastguard Worker        "//python:py_import_bzl",
17*60517a1eSAndroid Build Coastguard Worker        "//python:py_info_bzl",
18*60517a1eSAndroid Build Coastguard Worker        "//python:py_library_bzl",
19*60517a1eSAndroid Build Coastguard Worker        "//python:py_runtime_bzl",
20*60517a1eSAndroid Build Coastguard Worker        "//python:py_runtime_info_bzl",
21*60517a1eSAndroid Build Coastguard Worker        "//python:py_runtime_pair_bzl",
22*60517a1eSAndroid Build Coastguard Worker        "//python:py_test_bzl",
23*60517a1eSAndroid Build Coastguard Worker        "//python/cc:py_cc_toolchain_bzl",
24*60517a1eSAndroid Build Coastguard Worker        "//python/cc:py_cc_toolchain_info_bzl",
25*60517a1eSAndroid Build Coastguard Worker        "//python/entry_points:py_console_script_binary_bzl",
26*60517a1eSAndroid Build Coastguard Worker    ],
27*60517a1eSAndroid Build Coastguard Worker)
28