Skip to content

Commit

Permalink
pw_unit_test: Remove underscore aliases
Browse files Browse the repository at this point in the history
Change-Id: Id8290229471f9b32f0294d84dc068294af6048a4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/96005
Commit-Queue: Wyatt Hepler <hepler@google.com>
Reviewed-by: Alexei Frolov <frolv@google.com>
  • Loading branch information
255 authored and CQ Bot Account committed May 27, 2022
1 parent e61718e commit 4861a9a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pw_unit_test/test.gni
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@ template("pw_test") {
}
stamp = true
}

# TODO(frolv): Alias for the deprecated _run target. Remove when projects
# are migrated.
group(_test_to_run + "_run") {
public_deps = [ ":$_test_to_run.run" ]
}
} else {
group(_test_target_name + ".run") {
}
Expand Down Expand Up @@ -381,11 +375,6 @@ template("pw_test_group") {
deps += [ "$_dep_target.run($_dep_toolchain)" ]
}
}

# TODO(frolv): Remove this deprecated alias.
group(_group_target + "_run") {
deps = [ ":$_group_target.run" ]
}
}
} else { # _group_is_enabled
# Create empty groups for the tests to avoid pulling in any dependencies.
Expand All @@ -397,10 +386,6 @@ template("pw_test_group") {
if (pw_unit_test_AUTOMATIC_RUNNER != "") {
group(_group_target + ".run") {
}

# TODO(frolv): Remove this deprecated alias.
group(_group_target + "_run") {
}
}

not_needed("*")
Expand Down

0 comments on commit 4861a9a

Please sign in to comment.