zephyr/tests/kernel
Sebastian Bøe b7eaeb9f0a cleanup: Use quote include instead of system include
When the header file is located in the same directory as the source
file it is better to use a relative quote-include, e.g.

than a system include like

Avoiding the use of system includes in these cases is beneficial
because;

* The source code will be easier to build because there will be fewer
system include paths.

* It is easier for a user to determine where a quote-include header
  file is located than where a system include is located.

* You are less likely to encounter aliasing issues if the list of
  system include paths is minimized.

Authors:
Anas Nashif
Sebastian Bøe

Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-28 07:11:53 -04:00
..
alert/alert_api tests: alert_api: run in user mode 2017-10-19 15:07:45 -07:00
arm_irq_vector_table tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
arm_runtime_nmi tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
bitfield tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
common tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
context tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
critical tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
errno tests: errno: using new extra_configs 2017-10-17 08:55:38 -04:00
fatal kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00
fifo/fifo_api tests: fifo: Add prj_poll.conf 2017-10-18 13:02:52 -04:00
fp_sharing cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
gen_isr_table tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
irq_offload tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
libs tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
lifo/lifo_api tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
mbox/mbox_api tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
mem_heap/mheap_api_concept doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
mem_pool doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
mem_protect tests: protection: Enable the complete test suit for qemu_x86. 2017-10-23 10:13:07 -07:00
mem_slab tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
msgq/msgq_api tests: msgq: run in user mode when possible 2017-10-19 15:07:45 -07:00
multilib tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
mutex tests: mutex: run in user mode 2017-10-19 15:07:45 -07:00
obj_tracing tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
pending tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
pipe/pipe_api tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
poll tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
profiling/profiling_api tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
pthread tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
queue tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
semaphore/sema_api tests: semaphore: run some threads in user mode 2017-10-19 15:07:45 -07:00
sleep tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
sprintf tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
stack/stack_api tests: stack_api: run in user mode when possible 2017-10-19 15:07:45 -07:00
static_idt cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
systhreads tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
test_build tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
threads tests: thread_init: run in user mode 2017-10-19 15:07:45 -07:00
tickless tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
timer tests: timer: remove obsolete CONFIG_NANO_TIMEOUTS 2017-10-17 08:55:38 -04:00
workq tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
xip tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00