# selftest

内核中专门做功能测试的单元叫selftest。在内核目录的tools/testing/selftests目录下。

在这一部分我们花点时间研究一下。

[测试用例的构造过程](/kernel-exploring/handy_tools/03-selftest/03_01-build.md)

[编写测试](/kernel-exploring/handy_tools/03-selftest/03_02-write_test.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://richardweiyang-2.gitbook.io/kernel-exploring/handy_tools/03-selftest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
