Add test coverage for the child-binding include feature. It includes verification of included properties as well as usage of allow/blocklist. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
17 lines
333 B
YAML
17 lines
333 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: |
|
|
Includes can be added at any level, so can property-allowlist and
|
|
property-blocklist.
|
|
|
|
compatible: allow-and-blocklist-multilevel
|
|
|
|
include:
|
|
- name: include.yaml
|
|
property-allowlist: [x]
|
|
|
|
child-binding:
|
|
include:
|
|
- name: include.yaml
|
|
property-blocklist: [y]
|