Crate ktest Copy item path Source pub use macros::klib::KlibConfig ;pub use macros::klib::KlibConfigBuilder ;pub use test::runner::runner ;macros memory test debugcon_print Print to the debug console debugcon_println Print to the debug console, with a newline klib klib! function-like macroserial_print Print to the global serial port serial_println Print to the global serial port, with a newline init_harness Initialize the test harness with the given test group. This function should be called
before the main test function is called. panic A panic handler that delegates to the test runner’s panic handler. This should be
included in libraries which use ktest to allow recovery from panics during tests. ktest Re-export the test runner function for use in test binaries.
#[ktest] attribute macro