summaryrefslogtreecommitdiff
path: root/rust/kernel/kunit.rs
AgeCommit message (Expand)AuthorFilesLines
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