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>
18 lines
339 B
YAML
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
|