zephyr/tests/unit/crc/CMakeLists.txt

6 lines
131 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
project(crc)
set(SOURCES main.c)
include($ENV{ZEPHYR_BASE}/subsys/testsuite/unittest.cmake)