Files
bacnet_stack/zephyr/tests/bacnet/datalink/crc/testcase.yaml
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
265 B
YAML

common:
tags: bacnet
tests:
bacnet.datalink.crc.unit:
type: unit
bacnet.datalink.crc.use_tables.unit:
type: unit
extra_args: CRC_USE_TABLE=1
bacnet.datalink.crc:
tags: bacnet
bacnet.datalink.crc.use_tables:
extra_args: CRC_USE_TABLE=1