Tests for most paths through the conversion infrastructure. Expected output can be validated with the host libc by setting USE_LIBC within the source. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
6 lines
146 B
CMake
6 lines
146 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
project(lib_os_cbprintf)
|
|
set(SOURCES main.c)
|
|
find_package(ZephyrUnittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
|