aboutsummaryrefslogtreecommitdiff
path: root/tests/system_library/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system_library/BUILD')
-rw-r--r--tests/system_library/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/system_library/BUILD b/tests/system_library/BUILD
new file mode 100644
index 0000000..abc1392
--- /dev/null
+++ b/tests/system_library/BUILD
@@ -0,0 +1,13 @@
+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",
+ ],
+)