aboutsummaryrefslogtreecommitdiff
path: root/tests/system_library/BUILD
blob: abc13921bf3685a3c98cb0532d21744eb93d3287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sh_test(
    name = "system_library_test",
    size = "small",
    srcs = ["system_library_test.sh"],
    data = [
        ":unittest.bash",
        "//cc:system_library.bzl",
        "@bazel_tools//tools/bash/runfiles",
    ],
    target_compatible_with = [
        "@platforms//os:linux",
    ],
)