MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / user_task_test

Function user_task_test

tests/system_test/user_task_test.cpp:22–25  ·  view source on GitHub ↗

@todo Implement user task tests when ELF loading path is testable

Source from the content-addressed store, hash-verified

20
21/// @todo Implement user task tests when ELF loading path is testable
22auto user_task_test() -> bool {
23 klog::Info("user_task_test: SKIPPED (not yet implemented)");
24 return true;
25}

Callers

nothing calls this directly

Calls 1

InfoFunction · 0.85

Tested by

no test coverage detected