aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/kunit.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+11
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma1-0/+7
2025-09-16rust: kunit: use `core::ffi::CStr` method namesTamir Duberstein1-3/+3
2025-09-16rust: kunit: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-4/+4
2025-08-26kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova1-0/+4
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-5/+8
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-1/+1
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang1-1/+1
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-4/+7
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