Fu Hanxi 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
..
main 30c6e27bcc CI: document test-apps feature, updated test-apps structure há 6 anos atrás
CMakeLists.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure há 6 anos atrás
README.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure há 6 anos atrás
app_test.py 0146f258d7 style: format python files with isort and double-quote-string-fixer há 5 anos atrás
sdkconfig.ci.default 30c6e27bcc CI: document test-apps feature, updated test-apps structure há 6 anos atrás
sdkconfig.ci.flash_80m_qio 30c6e27bcc CI: document test-apps feature, updated test-apps structure há 6 anos atrás
sdkconfig.ci.no_vfs 2548a3e528 ci: add startup tests with VFS disabled há 6 anos atrás
sdkconfig.ci.no_vfs_partial 2548a3e528 ci: add startup tests with VFS disabled há 6 anos atrás
sdkconfig.ci.opt_o0 f4ea9d4cea freertos: increase configMINIMAL_STACK_SIZE when building with -O0 há 5 anos atrás
sdkconfig.ci.opt_o2 6e9b480679 ci: add startup test with -O2 optimization level há 5 anos atrás
sdkconfig.ci.stack_check 837052c86f esp_system: restore deleted no stack check flag há 5 anos atrás

README.txt

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.