mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-27 20:43:26 +00:00
14 lines
300 B
Python
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",
|
|
],
|
|
)
|