Skip to content

Commit 886c35b

Browse files
ihuh0CQ Bot
authored andcommitted
[ffx_connection_test] Add missing package_deps.
Bug: 407117303 Change-Id: Ib8c75c6332c0aae00374b4c8f595ce0541d1c7fa Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1279587 Reviewed-by: Aaron Wood <[email protected]> Commit-Queue: Auto-Submit <auto-submit-builder@fuchsia-internal-service-accts.iam.gserviceaccount.com> Fuchsia-Auto-Submit: Ina Huh <[email protected]>
1 parent 0b99b55 commit 886c35b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build/rust/rustc_test.gni

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ template("rustc_test_internal") {
8383
forward_variables_from(invoker,
8484
[
8585
"args",
86+
"package_deps",
8687
"visibility",
8788
])
8889
}
@@ -266,6 +267,10 @@ template("rustc_test_internal") {
266267
# List of GN targets that are only needed at runtime. Use this for any
267268
# host_test_data() that is needed by the test.
268269
#
270+
# package_deps (optional)
271+
# List of `fuchsia_package` labels needed by the test at runtime.
272+
# See //build/testing/test_spec.gni for more details.
273+
#
269274
# test_environments (optional)
270275
# What environments the unit test should target. Only used here
271276
# for linux and mac tests, with a default value of a general linux/mac

src/developer/ffx/tests/connection/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ if (is_host) {
4141
"//src/developer/ffx/plugins/target:ffx_target_tool_test_data",
4242
]
4343

44+
package_deps = [ ":ffx_connection_test_components" ]
45+
4446
test_environments = all_fuchsia_envs
4547

4648
# TODO(https://fxbug.dev/42143551): The arm64 emulator is run from an arm64 host but we only

0 commit comments

Comments
 (0)