summaryrefslogtreecommitdiffstats
path: root/rust/kernel/kunit.rs
AgeCommit message (Expand)AuthorLines
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito-0/+36
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito-0/+11
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito-0/+124
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda-2/+2
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+1
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda-0/+163