summaryrefslogtreecommitdiffstats
path: root/rust/kernel/kunit.rs
AgeCommit message (Expand)AuthorLines
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-5/+8
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda-1/+1
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang-1/+1
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein-4/+7
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda-2/+1
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda-0/+25
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda-1/+0
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin-4/+4
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