mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-28 21:34:00 +00:00
11 lines
229 B
Python
11 lines
229 B
Python
sh_test(
|
|
name = "system_library_test",
|
|
size = "small",
|
|
srcs = ["system_library_test.sh"],
|
|
data = [
|
|
":unittest.bash",
|
|
"@bazel_tools//tools/bash/runfiles",
|
|
"//cc:system_library.bzl"
|
|
],
|
|
)
|