zephyr/tests/ztest/zexpect/testcase.yaml
Yong Cong Sin 67578faefe lib: cpp: remove deprecated Kconfigs
These Kconfigs should have been deprecated for more than 2
releases, remove them:

- `CONFIG_CPP_MAIN`
- `CONFIG_CPLUSPLUS`
- `CONFIG_LIB_CPLUSPLUS`
- `CONFIG_EXCEPTIONS`
- `CONFIG_RTTI`

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-06-18 14:33:58 -04:00

18 lines
339 B
YAML

# Copyright (c) 2022 Google Inc
# SPDX-License-Identifier: Apache-2.0
common:
integration_platforms:
- native_sim
tags:
- test_framework
tests:
testing.ztest.expect:
integration_platforms:
- native_sim
testing.ztest.expect_cpp:
extra_configs:
- CONFIG_CPP=y
testing.ztest.expect.unit:
type: unit