OVMS3-idf/tools/find_build_apps
Ivan Grokhotkov 1aacb6e2cf tools: build_apps: fix make warning due to unused TEST_GROUPS variable
TEST_GROUPS can be included in the unit-test-app config file, to
restrict the list of tests to be executed. However this option is not
used at build time, so adding it as a CMake variable along with
TEST_COMPONENTS and other options results in a CMake warning.
Fix by not passing this variable to CMake, and not including it in the
final sdkconfig file.
2020-06-26 12:17:02 +02:00
..
__init__.py tools: add {find,build}_apps.py, scripts to build multiple apps 2019-11-21 15:36:06 +01:00
cmake.py fix after rebase 2020-05-22 19:08:02 +08:00
common.py tools: build_apps: fix make warning due to unused TEST_GROUPS variable 2020-06-26 12:17:02 +02:00
make.py fix after rebase 2020-05-22 19:08:02 +08:00