samples: drivers: auxdisplay requires a fixture to run on a platform

Add a config "fixture_auxdisplay" to make the samples/drivers/auxdisplay
runnable on a platform, else the application is useless
This fixture will differ from the existing "fixture_display"

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-06-23 14:10:02 +02:00 committed by Carles Cufí
parent a3612c70c8
commit fc945035d2

View file

@ -4,6 +4,8 @@ sample:
tests:
sample.drivers.auxdisplay:
tags: auxdisplay
harness_config:
fixture: fixture_auxdisplay
platform_allow: nucleo_f746zg
integration_platforms:
- nucleo_f746zg