rules_cc/tests/system_library/BUILD

14 lines
300 B
Python

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",
],
)