Ivan Grokhotkov acfe648367 ci: add startup test with -O2 optimization level 5 лет назад
..
main 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
CMakeLists.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
README.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
app_test.py 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
sdkconfig.ci.default 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
sdkconfig.ci.flash_80m_qio 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 лет назад
sdkconfig.ci.no_vfs 2548a3e528 ci: add startup tests with VFS disabled 5 лет назад
sdkconfig.ci.no_vfs_partial 2548a3e528 ci: add startup tests with VFS disabled 5 лет назад
sdkconfig.ci.opt_o0 b2fd9dd51c ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y 5 лет назад
sdkconfig.ci.opt_o2 acfe648367 ci: add startup test with -O2 optimization level 5 лет назад

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.