aboutsummaryrefslogtreecommitdiff
path: root/pw_random
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2022-11-04 17:41:59 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-04 17:41:59 +0000
commitbec5c02a01d561249a779650c196abcd3343342d (patch)
treeddcd362b950677d6bc29116ef8c226a0a7d45eb8 /pw_random
parentc14215f928cf244b0769f66e08f74a749e863dd9 (diff)
downloadpigweed-bec5c02a01d561249a779650c196abcd3343342d.tar.gz
pw_add_test: Migrate upstream pw_add_test to use PRIVATE_DEPS
Migrates all upstream pw_add_test instantiations outside of the pw_auto_add_simple_module stamped ones to use PRIVATE_DEPS instead of DEPS. Change-Id: I1c7df0ec69cc265fb9b7fc4560a2bd99bca1419f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/116365 Commit-Queue: Ewout van Bekkum <ewout@google.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_random')
-rw-r--r--pw_random/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_random/CMakeLists.txt b/pw_random/CMakeLists.txt
index 27c8c848d..ade233274 100644
--- a/pw_random/CMakeLists.txt
+++ b/pw_random/CMakeLists.txt
@@ -29,7 +29,7 @@ pw_add_module_library(pw_random
pw_add_test(pw_random.xor_shift_star_test
SOURCES
xor_shift_test.cc
- DEPS
+ PRIVATE_DEPS
pw_random
GROUPS
modules