aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/macros/kunit.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda1-1/+2
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-5/+30
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin1-11/+11
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-9/+4
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito1-0/+161