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:
parent
a3612c70c8
commit
fc945035d2
|
@ -4,6 +4,8 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.drivers.auxdisplay:
|
sample.drivers.auxdisplay:
|
||||||
tags: auxdisplay
|
tags: auxdisplay
|
||||||
|
harness_config:
|
||||||
|
fixture: fixture_auxdisplay
|
||||||
platform_allow: nucleo_f746zg
|
platform_allow: nucleo_f746zg
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nucleo_f746zg
|
- nucleo_f746zg
|
||||||
|
|
Loading…
Reference in a new issue