zephyr/tests/unit/util/testcase.yaml
Krzysztof Chruściński 7b872d11ba tests: unit: util: Rework test structure for C++ testing
Rework test structure to handle C++ test in a better way. Similar
approach already applied in other tests which are executed for C
and C++. Getting rid of test.inc which due to non-standard extension
was not covered by complience check.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-01-02 16:01:11 +00:00

12 lines
157 B
YAML

common:
tags:
- lib
- utilities
tests:
utilities.dec:
type: unit
utilities.dec.cpp:
type: unit
extra_configs:
- CONFIG_CPP=y