Testing (zh-CN) #1191
Testing (zh-CN)
#1191
Replies: 1 comment
-
I still have trouble with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Testing (zh-CN)
本文主要讲述了在no_std环境下进行单元测试和集成测试的方法。我们将通过Rust的自定义测试框架来在我们的内核中执行一些测试函数。为了将结果反馈到QEMU上,我们需要使用QEMU的一些其他的功能以及bootimage工具。
https://os.phil-opp.com/zh-CN/testing/
Beta Was this translation helpful? Give feedback.
All reactions