mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-25 17:31:30 +00:00
53f28aeac9
PiperOrigin-RevId: 333279551 Change-Id: I6fdf5aca5881b271d30f5acbad48e0c1ae281237
11 lines
230 B
Python
11 lines
230 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",
|
|
],
|
|
)
|