zephyr/tests
Carles Cufi 892ac07a4a cmake: Add a new no_deprecation_warning compiler flag
Commit be40d854c2ccacf14ca3fcfb01bffdc9b075c6c9 introduced the ability
of building Zephyr with deprecation warnings enabled, by making
COMPILER_WARNINGS_AS_ERRORS depend on the newly added DEPRECATION_TEST
Kconfig option. This has the downside of disabling **all** warnings, not
only the deprecation ones.

This patch instead makes DEPRECATION_TEST disable only the deprecation
warning, but leaves COMPILER_WARNINGS_AS_ERRORS enabled.
This has the advantage of being able to see other unrelated warnings
(and fail if they appear) but has the disadvantage of not printing out
the deprecation warnings themselves (since they are disabled).

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2025-06-23 12:38:07 -07:00
..
application_development tests: cmake: actually test SBOM files generation 2025-06-18 17:45:16 -04:00
arch tests/stack_unwind: Avoid inlining and tail-calls 2025-06-17 16:06:21 +02:00
benchmarks arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
bluetooth tests: Bluetooth: BR: Add test suite RFCOMM_client 2025-06-18 11:15:18 +01:00
boards tests: boards: nrf: qdec: Add testing with multiple QDEC instances 2025-06-18 09:10:02 -04:00
boot tests: boot: Update imgtool path in west_sign_wrapper 2025-05-30 19:40:44 +02:00
bsim tests: bsim: Bluetooth: Enable testing periodic adv chains on nRF54lx 2025-06-23 12:32:00 -07:00
cmake cmake: yaml: improve escaping of strings with backslashes and quotes 2025-04-10 10:11:47 +02:00
crypto drivers; crypto: Remove TinyCrypt shim 2025-05-23 17:41:06 -04:00
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: drivers: i2c: target_api: add stm32u3 overlays 2025-06-23 12:33:52 -07:00
integration/kernel tests: kernel: set timeslice size to 0 in tests that do not exercise it 2025-05-16 22:55:49 +02:00
kconfig scripts: kconfig: Add hex variants of arithmetic functions 2025-06-17 16:09:41 +02:00
kernel cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
lib Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
misc linker_script: Remove all SUBALIGN usage for iterable sections 2025-06-17 16:06:21 +02:00
modules tests: modules: nanopb: fix typo in assert 2025-06-19 14:12:53 +02:00
net tests: net: if: Add tests for operational state change time 2025-06-20 08:52:06 +02:00
posix posix: fnmatch: fix bugs in fnmatch(), see issue #55186 2025-06-09 17:05:40 -05:00
robot tests: robot: renode: Use precise pause for UART keywords 2025-04-16 17:07:05 +02:00
subsys drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
unit tests: unit: util: increase coverage of utf-8 utils 2025-06-17 16:09:06 +02:00
ztest tests: subsys: Fix zassert string 2025-05-22 16:17:23 +02:00
test_config_ci.yaml twister: config: test on integration plaforms if defined 2025-03-19 08:51:50 -04:00
test_config.yaml
tests.dox tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00