summaryrefslogtreecommitdiff
path: root/rust/macros/kunit.rs
AgeCommit message (Expand)Author
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito