dad9e13485
* [WIP] Remove unit testcases duplicated under non-unit tree * [WIP] Update west.yml to Zephyr v3.3.0 (twister verified) * Update CI to Zephyr v3.4.0 w/ reduced module set - Update zephyr/module.yml to use Zephyr v3.4.0 + cmsis; - Update tests to use ZTEST_NEW_API for zephyr builds Verified by: 1. make clean test 2. ./zephyr/scripts/twister -p unit_testing -T bacnet/zephyr/tests/bacnet --------- Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
12 lines
418 B
YAML
12 lines
418 B
YAML
common:
|
|
skip: true #TODO: debug test for Zephyr v3.2.0
|
|
tests:
|
|
bacnet.datalink.mock.unit:
|
|
tags: bacnet
|
|
type: unit
|
|
#extra_args: EXTRA_CFLAGS='-Wno-error=array-compare' # for zephyr_v3.0.0 net_if.c
|
|
skip: true # TODO: Remove once unit test builds/runs under Zephyr CI
|
|
bacnet.datalink.mock:
|
|
tags: bacnet
|
|
#extra_args: EXTRA_CFLAGS='-Wno-error=array-compare' # for zephyr_v3.0.0 net_if.c
|