Lines Matching full:tests
5 …on esp32.com is highly welcome, though and may influence the future design of the host-based tests.
7 …verview of unit tests with IDF on Linux. For using unit tests on the target, please refer to :doc:…
9 Embedded Software Tests
12 Embedded software tests are challenging due to the following factors:
14 - Difficulties running tests efficiently.
17 …ost-based tests with `CMock <https://www.throwtheswitch.org/cmock>`_ are introduced. Linux host-ba…
25 …d using mocks does not fully represent the target device. Thus, two kinds of tests are recommended:
27 1. Unit tests which test program logic on a Linux machine, isolated through mocks.
28 2. System/Integration tests which test the interaction of components and the whole system. They run…
30 …first kind of tests. Refer to :doc:`target based unit testing <unit-tests>` for more information o…
32 IDF Unit Tests on Linux Host
35 The current focus of the Linux host tests is on creating isolated unit tests of components, while m…
52 IDF applications which run the tests
54 Further tests are possible.
56 … set the mocking configuration as described in the :doc:`IDF unit test documentation <unit-tests>`.
67 The host tests have been tested on Ubuntu 20.04 with ``GCC`` version 9 and 10.