Sign in
bazel
/
rules_cc
/
eef16ef276bd1a421bddd1c45f3dfbde52070aec
/
.
/
tests
/
system_library
/
BUILD
blob: abc13921bf3685a3c98cb0532d21744eb93d3287 [
file
] [
log
] [
blame
]
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"
,
],
)