zephyr/tests/lib
Kumar Gala 7df2cad29a tests: devicetree: Fix compile errors with GPIO define
A number of HALs define GPIO so we get a conflict in error of the form:

   main.c:12: error: "GPIO" redefined [-Werror]

Fix this by rename the defines in the test to "TEST_".  So GPIO becomes
TEST_GPIO.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-22 14:31:23 +01:00
..
c_lib libc: minimal: add INTn_C macros to stdint.h 2021-01-21 14:50:01 -05:00
cmsis_dsp tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
devicetree tests: devicetree: Fix compile errors with GPIO define 2021-01-22 14:31:23 +01:00
fdtable tests: lib: fdtable: fix tests after modifying reference counting 2020-08-27 11:42:19 +03:00
gui/lvgl tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
heap tests: enable and run many tests on RISC-V 2021-01-15 13:06:33 -05:00
heap_align lib/os/heap: minimize initial overallocation in the aligned case 2020-11-30 14:50:07 -05:00
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc tests/mem_alloc: improve newlib nano detection 2021-01-15 13:06:33 -05:00
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff tests: onoff: use typedef for spinlock key 2020-10-06 19:56:51 -04:00
p4workq tests/lib: Add p4wq test 2021-01-15 11:35:50 -05:00
ringbuffer tests: lib: ringbuffer: Add performance test 2020-11-11 13:17:49 +01:00
sprintf tests/sprintf: FP tests independent of endian 2020-12-04 14:33:43 +02:00