Date
1 - 2 of 2
How to Run the Unit Test cases on Ubuntu
Chetan
Hi All I need to generate the Unit Test cases for the code written for the Yocto Recipes. How can I run the same in the Ubuntu machine? As cross compiled binaries will not get executed at the Ubuntu. Thanks Chetan |
|
Alexander Kanavin
You need to build the code outside of yocto using the toolchain
toggle quoted message
Show quoted text
provided by ubuntu. If built with yocto, your options are to run the tests under qemu usermode, or in full qemu system emulation. Alex On Tue, 28 Feb 2023 at 03:25, Chetan <chetan.byalihal@...> wrote:
|
|