zephyr/tests/lib
Torsten Rasmussen 2eb897ed1c cmake: removing DTS_ROOTS in test samples as they serves no purpose
This commit is a cleanup in two test samples.

In both samples, the following line of code were found:

    set(DTS_ROOTS ${CMAKE_CURRENT_LIST_DIR})

Firstly, it is not needed to set `DTS_ROOT` in samples, as the sample
folder is always added to `DTS_ROOT`.
Secondly, the variable is named `DTS_ROOT`, but the samples used a
misspelled version `DTS_ROOTS`, which means that variable has never
had any effect.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-07-03 12:18:04 -04:00
..
c_lib tests: lib: Add some new test cases for libc 2020-06-23 22:42:25 -04:00
cmsis_dsp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
devicetree cmake: removing DTS_ROOTS in test samples as they serves no purpose 2020-07-03 12:18:04 -04:00
fdtable tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
gui/lvgl zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
heap zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
heap_align tests/lib/heap_align: improve test 2020-06-28 23:43:42 -04:00
json zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_alloc tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
notify zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
onoff zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ringbuffer tests: ringbuffer modify a tesecase 2020-06-16 16:55:51 +02:00
sprintf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00