2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-27 20:43:26 +00:00
rules_cc/tests/system_library/BUILD
2023-07-08 00:29:45 +02:00

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