zephyr/tests
Keith Packard 3cdc5a9f9a tests/kernel: Disable -Werror when testing deprecated pipe APIs
These two tests are validating that deprecated APIs still work
correctly. Which means they will definitely generate compile warnings.

To disable -Werror while letting it be enabled for other tests, create a
new Kconfig variable, DEPRECATION_TEST and make
COMPILER_WARNINGS_AS_ERRORS depend on that option being unselected. Add
this option to the two tests so that the resulting configuration
disables -Werror.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-05-23 17:41:40 -04:00
..
application_development tests: vector_table_relocation: add test for vector table relocation 2025-04-25 11:03:54 +02:00
arch tests: arch: Fix zassert string 2025-05-22 16:17:23 +02:00
benchmarks arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
bluetooth tests/bluetooth & bsim: Fix code compliance issues 2025-05-21 12:35:28 +02:00
boards soc: nrf54: Port SYS_INIT to use soc_early_init_hook 2025-05-22 16:17:35 +02:00
boot tests: boot: mcuboot_data_sharing: Remove boot_info node 2025-04-25 14:03:34 +02:00
bsim tests/bluetooth & bsim: Fix code compliance issues 2025-05-21 12:35:28 +02:00
cmake
crypto drivers; crypto: Remove TinyCrypt shim 2025-05-23 17:41:06 -04:00
ctest/base
drivers tests: drivers: gpio_hogs: Add nrf54 platforms. 2025-05-23 15:31:30 +02: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
kernel tests/kernel: Disable -Werror when testing deprecated pipe APIs 2025-05-23 17:41:40 -04:00
lib tests/c_lib: Skip double sqrt test when double is not 64 bits 2025-05-23 17:41:40 -04:00
misc tests: lib: Fix zassert string 2025-05-22 16:17:23 +02:00
modules tests: subsys: Fix zassert string 2025-05-22 16:17:23 +02:00
net tests: net: lib: lwm2m: detects no-operation setter and getter functions 2025-05-23 19:49:54 +02:00
posix arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
robot
subsys tests: subsys: Fix zassert string 2025-05-22 16:17:23 +02:00
unit tests: unit: Fix zassert string 2025-05-22 16:17:23 +02:00
ztest tests: subsys: Fix zassert string 2025-05-22 16:17:23 +02:00
test_config_ci.yaml
test_config.yaml
tests.dox tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00