zephyr/tests
Xavier Chapron 824f423e54 misc: Replace assert include and calls by sys/__assert.h equivalent
Replace all calls to the assert macro that comes from libc by calls to
__ASSERT_NO_MSG(). This is usefull as the former might be different
depending on the libc used and the later can be customized to reduce
flash footprint.

Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
2020-10-02 11:42:40 +02:00
..
application_development device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arch arch/x86: Cleanup ACPI structure attributes names 2020-10-01 11:16:40 -07:00
benchmarks tests: explicitly disable HW Stack Protection when needed 2020-09-24 15:42:09 -05:00
bluetooth misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
boards device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
drivers test: drivers: watchdog: 64bits variables for STM32H7 and STM32F7 2020-10-02 11:39:14 +02:00
kernel tests: device: update test case 2020-10-02 11:38:30 +02:00
lib tests: heap: exclude on qemu_xtensa 2020-09-30 14:11:59 -04:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net net: mqtt: fix tests to use zsock_ functions 2020-10-01 17:35:45 +03:00
portability tests: portability/cmsis_rtos_v2: skip up_squared 2020-09-24 13:09:46 -05:00
posix tests: posix: eventfd: increase test coverage with polling 2020-10-02 11:34:19 +02:00
shell tests: shell: Add test for too many arguments in the command 2020-09-14 16:05:11 +02:00
subsys misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
unit testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00