| # Copyright 2025 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| group("rustdoc-link") { |
| testonly = true |
| deps = [ |
| # TODO(https://fxbug.dev/440133861) re-enable |
| # "//build/rust/tests/rustdoc-link/basic-hierarchy", |
| "//build/rust/tests/rustdoc-link/presence_in_tool_paths_json", |
| |
| # Test for the --dry-run flag. |
| # TODO(https://fxbug.dev/440133861) re-enable |
| # "//build/rust/tests/rustdoc-link/basic-dry-run", |
| |
| # Tests for `fx rustdoc-link` on other crate types |
| # and dependency structures may be added here. |
| ] |
| |
| metadata = { |
| # Exclude the test universe crates from the global |
| # rust_target_mapping.json. These crates aren't meaningful to |
| # consumers of the Fuchsia rustdoc index, who are looking for |
| # API documentation. |
| rust_test_barrier = [] |
| } |
| } |