diff --git a/components/efuse/test_apps/.build-test-rules.yml b/components/efuse/test_apps/.build-test-rules.yml index 22eeea2060..7530009b89 100644 --- a/components/efuse/test_apps/.build-test-rules.yml +++ b/components/efuse/test_apps/.build-test-rules.yml @@ -6,3 +6,5 @@ components/efuse/test_apps: disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3"] reason: eFuse for S2 and S3 is similar to the C3 chip, so we only test for C3. + depends_components: + - efuse diff --git a/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt b/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt index 0e9a56d166..e0666deb21 100644 --- a/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt +++ b/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/CMakeLists.txt @@ -27,5 +27,5 @@ endif() # the component can be registered as WHOLE_ARCHIVE idf_component_register(SRCS ${srcs} PRIV_REQUIRES unity esp_driver_gpio esp_driver_gptimer esp_driver_uart - test_utils efuse spi_flash esp_timer esp_hal_wdt + test_utils spi_flash esp_timer esp_hal_wdt WHOLE_ARCHIVE) diff --git a/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt b/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt index dc2dfd74e7..75314a8437 100644 --- a/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt +++ b/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt @@ -8,5 +8,5 @@ set(include "." # the component can be registered as WHOLE_ARCHIVE idf_component_register(SRCS ${srcs} INCLUDE_DIRS include - REQUIRES unity esp_driver_gpio console test_utils efuse + REQUIRES unity esp_driver_gpio console test_utils WHOLE_ARCHIVE) diff --git a/components/mbedtls/test_apps/.build-test-rules.yml b/components/mbedtls/test_apps/.build-test-rules.yml index 0855b0b85d..3489beb7e5 100644 --- a/components/mbedtls/test_apps/.build-test-rules.yml +++ b/components/mbedtls/test_apps/.build-test-rules.yml @@ -13,7 +13,6 @@ components/mbedtls/test_apps: - if: CONFIG_NAME == "psram_all_ext_flash_enc" and IDF_TARGET not in ["esp32"] reason: lack of runners depends_components: - - efuse - mbedtls - esp_security - esp_mm