32bitSaviour
DIIDevHeads IoT Integration Server
•Created by 32bitSaviour on 12/21/2024 in #📦-middleware-and-os
First Contributions to Zephyr Approved for v4.1.0 – Happy to Chat About Testing and Development!
Yes but mostly depends on how you have structured the application.
ZTEST
the Zephyr library that is used for testing, is designed in a way that is allows (if you want to test your application) you to design your code in such a way that it is easily testable (think modules). A tightly coupled application is not easily testable.
ZTEST ends up generating a "main" function for each testsuite that runs all the tests.14 replies