aboutsummaryrefslogtreecommitdiff
path: root/tests/system_library/BUILD
diff options
context:
space:
mode:
authorVinh Tran <vinhdaitran@google.com>2023-07-21 17:22:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-07-21 17:22:56 +0000
commit59148a708aa52f7fb3d32319797e40a25575a2de (patch)
treec75dabb560288e11786211bdc61ba40dde4b8674 /tests/system_library/BUILD
parent3544b5a539d9e51161befd2ac3fdc04525bced91 (diff)
parentd7bf0d569fd061407583ade499e35f132ff06121 (diff)
downloadbazelbuild-rules_cc-59148a708aa52f7fb3d32319797e40a25575a2de.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' into main am: 755aefef35 am: d7bf0d569f
Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_cc/+/2663436 Change-Id: Ib70cc611dbc5050361e189ccb2429cb0e054199e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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",
+ ],
+)