19869dccdb
* Leverage (older) embedded unit tests into external unit tests build upon copy of Zephyr's ztest library and CMake. * Expand top-level CMake build to run external unit tests. * Expand Zephyr module extension to run external unit tests via west or sanitycheck. Co-authored-by: Gregory Shue <gregory.shue@legrand.us>
13 lines
186 B
YAML
13 lines
186 B
YAML
#
|
|
# Copyright (c) 2020 Legrand North America, LLC.
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
build:
|
|
cmake: zephyr
|
|
kconfig: zephyr/Kconfig
|
|
samples:
|
|
- zephyr/samples
|
|
tests:
|
|
- zephyr/tests
|