File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/developer/ffx/tests/connection Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments