SimpleKernel 1.17.0
Loading...
Searching...
No Matches
user_task_test.cpp File Reference
#include <cpu_io.h>
#include <cstddef>
#include <cstdint>
#include "arch.h"
#include "basic_info.hpp"
#include "kernel.h"
#include "kstd_cstring"
#include "kstd_libcxx.h"
#include "sk_stdlib.h"
#include "syscall.hpp"
#include "system_test.h"
#include "task_control_block.hpp"
#include "task_manager.hpp"
Include dependency graph for user_task_test.cpp:

Go to the source code of this file.

Functions

auto user_task_test () -> bool
 

Function Documentation

◆ user_task_test()

auto user_task_test ( ) -> bool
Todo:
Implement user task tests when ELF loading path is testable

Definition at line 22 of file user_task_test.cpp.

22 {
23 klog::Info("user_task_test: SKIPPED (not yet implemented)");
24 return true;
25}
auto Info(etl::format_string< Args... > fmt, Args &&... args) -> void
以 INFO 级别记录日志
Here is the call graph for this function: