ci: fixed test apps overriding pytest configs

This commit is contained in:
Marius Vikhammer
2023-04-24 12:33:54 +08:00
parent 668521dfe7
commit 1a5e47bd07
17 changed files with 17 additions and 34 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ To facilitiate re-use, this folder contains some of the most common ones.
These can then be added to the list of default configs in test apps:
```
set(SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers")
list(APPEND SDKCONFIG_DEFAULTS "sdkconfig.defaults")
list(PREPEND SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers" "sdkconfig.defaults")
```
Note that this must be set in the top-level project `CMakelist.txt`.