zephyr/tests/ztest/base/prj_cpp.conf
Yuval Peress d813e9b39f ztest: Fix incorrect use of this as fixture
Update `this` to `fixture` to avoid C++ keyword error.

Fixes #46459

Signed-off-by: Yuval Peress <peress@google.com>
2022-06-16 16:13:18 -04:00

6 lines
81 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y