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>
12 lines
285 B
YAML
12 lines
285 B
YAML
sample:
|
|
description: Demonstration of auxdisplay driver
|
|
name: Auxiliary display sample
|
|
tests:
|
|
sample.drivers.auxdisplay:
|
|
tags: auxdisplay
|
|
harness_config:
|
|
fixture: fixture_auxdisplay
|
|
platform_allow: nucleo_f746zg
|
|
integration_platforms:
|
|
- nucleo_f746zg
|