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