esp-idf/tools/test_apps/system/startup
2020-03-25 10:00:39 +08:00
..
main CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
app_test.py CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
CMakeLists.txt CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
README.txt CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.default CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.flash_80m_qio CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.opt_o0 ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y 2020-03-25 10:00:39 +08:00

This project tests if the app can start up in a certain configuration.
To add new configuration, create one more sdkconfig.ci.NAME file in this directory.

If you need to test for anything other than app starting up, create another test project.