Skip to content

Commit

Permalink
build: Fix pw_module_tests name
Browse files Browse the repository at this point in the history
Change-Id: Ie38b3157c5a6f62b616c3c2b125f082cd374de3e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124499
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Sergio Soares <sergiosoares@google.com>
  • Loading branch information
soares-sergio authored and CQ Bot Account committed Dec 15, 2022
1 parent 70dadfb commit b77c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ assert(get_path_info("//", "abspath") == get_path_info(".", "abspath"),
"Pigweed's top-level BUILD.gn may only be used when building upstream " +
"Pigweed. To pull all Pigweed code into your build, import " +
"\$dir_pigweed/modules.gni and create a top-level pw_test_group " +
"that depends on the tests in pw_modules_tests. See " +
"that depends on the tests in pw_module_tests. See " +
"https://pigweed.dev/build_system.html for details.")

_update_or_check_modules_lists = {
Expand Down

0 comments on commit b77c6b7

Please sign in to comment.