|
|
il y a 9 ans | |
|---|---|---|
| .. | ||
| components | il y a 8 ans | |
| main | il y a 8 ans | |
| tools | il y a 8 ans | |
| Makefile | il y a 9 ans | |
| README.md | il y a 9 ans | |
| partition_table_unit_test_app.csv | il y a 8 ans | |
| sdkconfig | il y a 8 ans | |
ESP-IDF unit tests are run using Unit Test App. The app can be built with the unit tests for a specific component. Unit tests are in test subdirectories of respective components.
tools/unit-test-app directorymake menuconfig to configure the Unit Test App.make TEST_COMPONENTS= with TEST_COMPONENTS set to names of the components to be included in the test app. Or make TESTS_ALL=1 to build the test app with all the tests for components having test subdirectory.make flash.