Lines Matching full:tests
3 ESP-IDF unit tests are run using Unit Test App. The app can be built with the unit tests for a spec…
13 …the test app. Or `idf.py -T all build` to build the test app with all the tests for components hav…
23 …in the test app. Or `make TESTS_ALL=1` to build the test app with all the tests for components hav…
31 …tests to run on a smaller flash size, edit `partition_table_unit_tests_app.csv` and use `-T <compo…
33 # Running Unit Tests
35 The unit test loader will prompt by showing a menu of available tests to run:
38 * `*` to run all tests.
39 * `[tagname]` to run tests with "tag"
40 * `![tagname]` to run tests without "tag" (`![ignore]` is very useful as it runs all CI-enabled tes…
43 # Testing Unit Tests with CI
67 Tests marked as `[leaks]` or `[leaks=xxx]` reset the device after completion (or after each stage i…
125 3. Run the failed case on your board (refer to Running Unit Tests section).
127 …docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html#running-unit-tests) to ru…
130 ## Running unit tests on local machine by `unit_test.py`
147 …u can do whatever is needed to configure & build a unit test app with the tests and config that yo…
176 ### run a list of different unit tests (one simple and one multi-stage test)
198 ### add some options for unit tests