⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

kernel_test

Macro kernel_test 

Source
macro_rules! kernel_test {
    ($name:ident, $test:expr) => { ... };
}
Expand description

Macro to define kernel tests