zephyr/tests/drivers/build_all/display/testcase.yaml
Fabio Baltieri 069cdffbc3 tests: display: fix the test so it actually builds
The test is configured to replace the config rather than extending,
resulting in a build with CONFIG_DISPLAY=n and the driver not being
actually built.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-02-05 17:45:25 +01:00

11 lines
154 B
YAML

common:
tags:
- drivers
- display
build_only: true
platform_allow:
- native_posix
- native_sim
tests:
drivers.display.default: {}