tests: test_build: Exclude lpcxpresso55s69_ns from debug builds

When CONFIG_TFM_BL2 is enabled on the LPC55S69 there isn't
enough memory left for TF-M to perform a debug build. Exludes this
platform from this specific test case.

Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
This commit is contained in:
Kevin Townsend 2021-05-21 17:44:46 +02:00 committed by Kumar Gala
parent fca499100d
commit 1470ef67aa

View file

@ -1,5 +1,6 @@
tests:
buildsystem.debug.build:
platform_exclude: lpcxpresso55s69_ns
build_only: true
extra_args: CONF_FILE=debug.conf
tags: debug