esp-idf/tools/test_apps/startup
Ivan Grokhotkov e63764b468 CI: test-apps introduction
Introducing feature of adding arbitrary projects which could be build or
executed in the CI for the only purpose as testing

Closes IDF-641
2020-02-06 16:46:41 +00:00
..
main CI: test-apps introduction 2020-02-06 16:46:41 +00:00
CMakeLists.txt CI: test-apps introduction 2020-02-06 16:46:41 +00:00
README.txt CI: test-apps introduction 2020-02-06 16:46:41 +00:00
sdkconfig.ci.default CI: test-apps introduction 2020-02-06 16:46:41 +00:00
sdkconfig.ci.flash_80m_qio CI: test-apps introduction 2020-02-06 16:46:41 +00:00
test.py CI: test-apps introduction 2020-02-06 16:46:41 +00: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.