esp-idf/components/hal/.build-test-rules.yml
nilesh.kale f6a7fb13cd feat: re enables tests on p4
This commit re-enables mbedtls and hal/crypto testapos on p4.
2024-03-05 17:48:05 +08:00

12 lines
225 B
YAML

components/hal/test_apps/crypto:
depends_components:
- efuse
components/hal/test_apps/hal_i2c:
disable:
- if: SOC_I2C_SUPPORTED != 1
components/hal/test_apps/hal_utils:
enable:
- if: IDF_TARGET == "linux"