blob: 61a1357803a7fab400383e59cf2fe276693dfc7f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
project(list)
set(SOURCES
main.c
slist.c
dlist.c
sflist.c
)
find_package(ZephyrUnittest REQUIRED HINTS $ENV{ZEPHYR_BASE})