zephyr/tests/lib/cpp/cxx/dts/bindings/test-device.yaml
Marc Herbert c25b9b240e tests: cpp: add some C++ coverage for device.h / Device Tree
This provides C++ build test coverage for device.h (notably:
Z_DEVICE_INIT() fixed in the previous commit) and for some other Device
Tree macros.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2024-07-08 17:20:26 -04:00

12 lines
303 B
YAML

# Copyright (c) 2024, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
include: [base.yaml]
description: |
When this file is missing _or_ the include above is missing, then
test coverage is _quietly_ reduced! Code that should fail turns
green. Nasty.
compatible: "fake-cpp-driver"