zephyr/tests/unit/crc/CMakeLists.txt
Anas Nashif abf1d36ed9 tests: move crc to a unit test
Move to a unit test, no need to build this for every platform we have.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-27 15:23:26 -04:00

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)