Ivan Grokhotkov acfe648367 ci: add startup test with -O2 optimization level %!s(int64=5) %!d(string=hai) anos
..
main 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
README.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
app_test.py 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.default 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.flash_80m_qio 30c6e27bcc CI: document test-apps feature, updated test-apps structure %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.no_vfs 2548a3e528 ci: add startup tests with VFS disabled %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.no_vfs_partial 2548a3e528 ci: add startup tests with VFS disabled %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.opt_o0 b2fd9dd51c ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.opt_o2 acfe648367 ci: add startup test with -O2 optimization level %!s(int64=5) %!d(string=hai) anos

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.