Skip to content

Commit

Permalink
samples: drivers: auxdisplay requires a fixture to run on a platform
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
FRASTM authored and carlescufi committed Jun 28, 2023
1 parent a3612c7 commit fc94503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/drivers/auxdisplay/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sample:
tests:
sample.drivers.auxdisplay:
tags: auxdisplay
harness_config:
fixture: fixture_auxdisplay
platform_allow: nucleo_f746zg
integration_platforms:
- nucleo_f746zg

0 comments on commit fc94503

Please sign in to comment.