]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/integrate_unit_tests' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 23 Nov 2016 04:13:39 +0000 (12:13 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 23 Nov 2016 04:13:39 +0000 (12:13 +0800)
commit137c0272741e0166898f07b104edf8dcce80446d
tree7f786c9050e9f6df3ba61914352bd7dca9ca57b7
parent38303052f3dcb9d72bac3119f8ff38e8bb722b96
parent15d96eccdba963bb98e6c7efbac04c009a8c0652
Merge branch 'feature/integrate_unit_tests' into 'master'

Integrate unit tests into build system

This MR moves unit tests from esp-idf-tests repository into 'test' subdirectories of respective components.

Tests are run using a runner app in tools/unit-test-app.

This needs a bit of cleanup:

1. remove extra newlines added to makefiles,
2. re-format unit tests code which has tabs
3. write a document on using this test app
4. maybe some refactoring in project.mk

I think 1&2&4 need to be done in this MR, while 3 may be done in a follow-up one.

See merge request !221
make/component_wrapper.mk