Files
bacnet_stack/zephyr/module.yml
T
Greg Shue 19869dccdb Feature/zephyr ztest (#118)
* 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>
2020-09-16 07:33:34 -05:00

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