blob: 902723352c1262cb5286d10e6ab0976dc12616bd [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
project(list)
set(SOURCES
main.c
slist.c
dlist.c
sflist.c
)
include($ENV{ZEPHYR_BASE}/subsys/testsuite/unittest.cmake)