zephyr/tests/unit/cbprintf/CMakeLists.txt
Peter Bigot f80c7bed5c tests: unit: coverage testing for cbprintf
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>
2020-11-13 06:38:01 -05:00

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})