mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 06:05:46 +00:00
Add test for `display_read()` and `display_write()` api. Note: The CI environment has no display device, which makes it fail the tests. So, I make this test case `build_only`. But it can run in a display device available environment. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
# Copyright 2024 (c) TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_DISPLAY=y
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_LOG=y
|