Add test cases for testing basic CFB functions. These tests cannot run in CI because the CI environment has no display. Mark these tests as `build_only`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_CHARACTER_FRAMEBUFFER=y
|
|
CONFIG_CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS=n
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_LOG=y
|