]> granicus.if.org Git - esp-idf/commit
unit-test-app: allow specifying subset of tests for configuration
authorIvan Grokhotkov <ivan@espressif.com>
Sat, 28 Apr 2018 10:56:25 +0000 (18:56 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 11 Jun 2018 15:26:55 +0000 (23:26 +0800)
commit9b1876a458eec507f44d95b6a21c76b01c8e86b8
tree88fef8cd5499ee9d1fdc10838668e130de51322d
parent3e6431836499eea165d1f10e110a40515e61375d
unit-test-app: allow specifying subset of tests for configuration

For some test configurations, not all tests need to be run. This
change allows adding a comment in the configuration file of the
following form:

unit-test-app makefile will use it to determine which components to
build. If the comment is not present, all components will be built
(TESTS_ALL=1).

Also add test configuration for libsodium. It is a separate test
configuration due to the large binary size generated when building
libsodium tests.
.gitlab-ci.yml
components/libsodium/test/component.mk
tools/unit-test-app/Makefile
tools/unit-test-app/configs/default
tools/unit-test-app/configs/libsodium [new file with mode: 0644]
tools/unit-test-app/configs/psram
tools/unit-test-app/configs/single_core