zephyr/subsys/testsuite
Fabio Baltieri b9ea2c2705 build: downgrade the no optimization ztest error to warning
The current approach of failing the build on ztest with no optimization
broke coverage builds, and generally raised some concerns about being
too aggressive.

Downgrade the error to a warning and rework the option to inhibit the
warning, while also dropping it automatically for POSIX (that are not
really affected by stack size) and coverage run (that always runs with
no optimization).

Will reconsider this down the road if we still see issues filed for the
tests broken with no optimization and no further tuning.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-05-23 14:51:24 +00:00
..
arch/unit_testing
boards/unit_testing/unit_testing unittest: add support for coverage 2022-11-28 16:26:02 -05:00
busy_sim
coverage testsuite: coverage: fix -Wcast-align warning 2023-01-19 06:51:44 -05:00
include/zephyr shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
soc/unit_testing/unit_testing
ztest build: downgrade the no optimization ztest error to warning 2023-05-23 14:51:24 +00:00
CMakeLists.txt build: drop LEGACY_INCLUDE_PATH support 2023-02-21 15:06:48 +01:00
Kconfig
Kconfig.defconfig