aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2023-07-10 23:42:11 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-07-10 23:42:11 +0000
commitf7d804f919eb3d4186d81c2408a3e10b1783d53d (patch)
tree8b91534bab3ed78841bdcb7086d8fb43f6508c99 /pw_unit_test
parentade7f345c7755959d79679fba79c25ebcb9ac4be (diff)
downloadpigweed-f7d804f919eb3d4186d81c2408a3e10b1783d53d.tar.gz
pw_unit_test: Make Bazel target an alias
This more closely matches what's going on here, and also keeps the layering_check happier. Change-Id: I468980cb8e24658fddd5db3599a88d913ec4fa6e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/154731 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Ted Pudlik <tpudlik@google.com> Reviewed-by: Erik Gilling <konkers@google.com>
Diffstat (limited to 'pw_unit_test')
-rw-r--r--pw_unit_test/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_unit_test/BUILD.bazel b/pw_unit_test/BUILD.bazel
index 02b4acc34..73a474160 100644
--- a/pw_unit_test/BUILD.bazel
+++ b/pw_unit_test/BUILD.bazel
@@ -34,9 +34,9 @@ pw_cc_library(
],
)
-pw_cc_library(
+alias(
name = "pw_unit_test",
- deps = ["@pigweed_config//:pw_unit_test_googletest_backend"],
+ actual = "@pigweed_config//:pw_unit_test_googletest_backend",
)
pw_cc_library(