eb36033fd8
Updating to integrate with Zephyr v3.2.0 required: - Update `west.yml` to import Zephyr v3.2.0 manifest - Prefix include pathname of ztest.h with `zephyr/` - Prefix every Zephyr header included pathname with `zephyr/` - Change all Zephyr tests/samples to use `find_package` - For unit_testing, use a distinct prj.conf which only references Kconfigs defined in the Zephyr repo. (Zephyr constraint.) - Move ztest headers into a zephyr-prefixed pathname Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
12 lines
412 B
YAML
12 lines
412 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
|