zephyr/subsys/testsuite
Dawid Niedzwiecki c2151ad1e3 ztest: undefine _POSIX_C_SOURCE before defining it
Undefine _POSIX_C_SOURCE before defining it to avoid double
definition

The previous version, changed in this PR
https://github.com/zephyrproject-rtos/zephyr/pull/70363, did the undef.
Make sure to do the same for all files in the current dir.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2024-08-13 14:56:06 +02:00
..
arch
boards/unit_testing/unit_testing Bluetooth: Kconfig: Remove BT_NO_DRIVER 2024-06-11 19:42:49 -04:00
busy_sim testsuite: busy_sim: Add alarm cancelation to stop function 2024-08-07 19:04:04 -04:00
coverage testsuite: coverage: Correct value of GCOV_COUNTERS for gcc 14 2024-08-06 17:15:22 -04:00
include/zephyr testsuite: change controlling expressions in while to Boolean 2024-06-21 15:41:26 -04:00
soc
ztest ztest: undefine _POSIX_C_SOURCE before defining it 2024-08-13 14:56:06 +02:00
CMakeLists.txt
Kconfig testsuite: add dependency to COVERAGE_GCOV_HEAP_SIZE 2024-06-06 20:07:20 -04:00
Kconfig.defconfig