mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 23:13:46 +00:00
Move to a unit test, no need to build this for every platform we have. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
131 B
CMake
6 lines
131 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
project(crc)
|
|
set(SOURCES main.c)
|
|
include($ENV{ZEPHYR_BASE}/subsys/testsuite/unittest.cmake)
|