How to perform unit test and integration test on RISCV architecture #104
Unanswered
StrayLittlePunk
asked this question in
Tutorial Questions
Replies: 1 comment
-
Hi, if you exchange the QEMU binary You would have a different BSP, with different peripherals (different UART) and all that. Did you make all those other changes as well? |
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
-
Thank you very much to the author for writing such an excellent article, but I have a question. How does
cargo test
entrustqemu
to run the test, I imitated this method to run the test on the RISCV kernel, but the test results cannot be printedI read Controlling Test Kernel Execution and be confused, Can someone tell me how to perform test on RISCV, Please ?
Beta Was this translation helpful? Give feedback.
All reactions