zephyr/tests/ztest/base
Stephanos Ioannidis cf211aa7af treewide: Update deprecated CONFIG_LIB_CPLUSPLUS usages
This commit updates all deprecated `CONFIG_LIB_CPLUSPLUS` usages to:

* check if the Zephyr minimal C++ library is enabled using
  `CONFIG_MINIMAL_LIBCPP` instead of relying on the
  `CONFIG_LIB_CPLUSPLUS`-based inference.

* select `CONFIG_REQUIRES_FULL_LIBCPP` when there exists a component-
  level C++ standard library dependency. This allows a component to
  declare C++ standard library dependency without designating a
  specific libray implementation.

* select the correct type of C++ standard library implementation to use
  through one of the `CONFIG_LIBCPP_IMPLEMENTATION` choices.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2023-01-13 17:42:55 -05:00
..
src ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
CMakeLists.txt treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
Kconfig ztest: Add Z_TEST_SKIP_IFDEF macro 2022-04-20 15:28:14 -04:00
prj_cpp.conf treewide: Update deprecated CONFIG_LIB_CPLUSPLUS usages 2023-01-13 17:42:55 -05:00
prj_verbose_0.conf Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
prj_verbose_1.conf ztest: Fix unused variable compile error in shuffle function 2022-09-14 20:13:46 -04:00
prj_verbose_2.conf
prj.conf tests: adopt ztest base test to extended unittest module 2022-08-18 14:29:14 +02:00
testcase.yaml ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00