rust/tests
Samuel Tardieu 8e4b5448cf
use ui_test dependency builder for test dependencies (#14883)
changelog: none

This tries to make progress on
https://github.com/rust-lang/rust/issues/78717 by using the ui_test
dependency handling instead of linking in the dependencies of clippy
itself with the tests. This partially reverts
https://github.com/rust-lang/rust-clippy/pull/11045. However, we still
use the old style of dealing with dependencies for clippy's own crates
and the "internal" tests, as otherwise those would get rebuilt which
takes too long.
2025-07-02 13:44:39 +00:00
..
test_utils
ui doc_nested_refdefs: do not falsely report checkboxes as refdefs (#15146) 2025-07-01 22:31:15 +00:00
ui-cargo Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
ui-internal Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
ui-toml Fix collapsible_else_if FP on conditionally compiled stmt (#14906) 2025-06-13 15:45:00 +00:00
workspace_test
check-fmt.rs
clippy.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02:00
compile-test.rs use ui_test dependency builder for non-internal test dependencies 2025-07-01 13:27:49 +02:00
config-metadata.rs
dogfood.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
integration.rs Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
lint_message_convention.rs Merge commit '1e5237f4a5' into clippy-subtree-update 2025-03-20 22:34:29 +01:00
missing-test-files.rs
symbols-used.rs Merge commit '4ef75291b5' into clippy-subtree-update 2025-06-13 11:24:45 +02:00
versioncheck.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
workspace.rs