TALK: In-source tests with Ztest
2025-09-26, 1 minute
Ztest is Zephyr’s own framework for writing unit and integration tests. Usually Ztest tests are written as a separate application, meaning they can only access publicly available APIs. That makes them unusable for static functions and application code, which can be solved by putting the tests directly inside the relevant source files.
This talk was created for the September 2025 Prague Zephyr Project Meetup.