Merge branch 'feature/esp_test_utils_component' into 'master'

change(test_utils): moved test_utils out of unit-test-app project

See merge request espressif/esp-idf!40678
This commit is contained in:
Marius Vikhammer
2025-08-01 11:04:37 +08:00
82 changed files with 80 additions and 79 deletions

View File

@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
list(PREPEND SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers" "sdkconfig.defaults")
set(EXTRA_COMPONENT_DIRS
"$ENV{IDF_PATH}/tools/unit-test-app/components"
"$ENV{IDF_PATH}/tools/test_apps/components"
)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.

View File

@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
list(PREPEND SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers" "sdkconfig.defaults")
set(EXTRA_COMPONENT_DIRS
"$ENV{IDF_PATH}/tools/unit-test-app/components"
"$ENV{IDF_PATH}/tools/test_apps/components"
)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.

View File

@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
list(PREPEND SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers" "sdkconfig.defaults")
set(EXTRA_COMPONENT_DIRS
"$ENV{IDF_PATH}/tools/unit-test-app/components"
"$ENV{IDF_PATH}/tools/test_apps/components"
)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.