summaryrefslogtreecommitdiff
path: root/rust/kernel/kunit.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda1-2/+1
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda1-0/+25
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-1/+0
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin1-4/+4
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito1-0/+36
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito1-0/+11
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito1-0/+124
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda1-2/+2
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda1-0/+163