spec/libtests: Exclude Thumb-only BSPs from building dl13

This test requires ARM instruction support and causes build failures on
Thumb-only BSPs.
This commit is contained in:
Kinsey Moore
2024-10-02 21:00:22 -05:00
committed by Kinsey Moore
parent 410436b800
commit f80cee565b

View File

@@ -28,6 +28,13 @@ enabled-by:
- not: TEST_dl13_EXCLUDE
- BUILD_LIBDL
- arm
- not: bsps/arm/atsam
- not: bsps/arm/imxrt
- not: bsps/arm/lm3s69xx
- not: bsps/arm/lpc176x
- not: bsps/arm/lpc24xx
- not: bsps/arm/stm32h7
- not: bsps/arm/stm32f4
includes:
- testsuites/libtests/dl13
ldflags: []