diff --git a/tests/drivers/build_all/testcase.ini b/tests/drivers/build_all/testcase.ini index 58c9ca985af..4d7a3096745 100644 --- a/tests/drivers/build_all/testcase.ini +++ b/tests/drivers/build_all/testcase.ini @@ -30,3 +30,4 @@ filter = not ((CONFIG_DEBUG or CONFIG_ASSERT)) and ( CONFIG_SRAM_SIZE >= 32 build_only = true tags = drivers footprint extra_args = CONF_FILE=ethernet.conf +filter = CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32 \ No newline at end of file