Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4c32258606b4a36e78b9b5c61848c1e1ad4ef7ad
/
.
/
subsys
/
testsuite
/
CMakeLists.txt
blob: 93a304c503fc9c9fd58cae18460e72a5f19a8994 [
file
]
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_if_kconfig(ztest)
zephyr_include_directories_ifdef(CONFIG_TEST
$ENV{ZEPHYR_BASE}/subsys/testsuite/include
)
add_subdirectory_ifdef(CONFIG_COVERAGE_GCOV coverage)