7b872d11ba
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>
12 lines
157 B
YAML
12 lines
157 B
YAML
common:
|
|
tags:
|
|
- lib
|
|
- utilities
|
|
tests:
|
|
utilities.dec:
|
|
type: unit
|
|
utilities.dec.cpp:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_CPP=y
|