zephyr/tests/lib
Jukka Rissanen 9df168b535 tests: lib: fdtable: Add tests for checking refcounting
Add tests that will make sure that refcounting works as expected.

Also fixed two tests that were using the object values before
the fdtable contained proper values. After reserving a fd by
z_reserve_fd(), we can only call z_finalize_fd() or z_free_fd(),
and only after those calls can fetch obj and vtable values.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-10 14:56:08 -07:00
..
c_lib
cmsis_dsp tests: cmsis_dsp: use integration keyword 2020-07-30 08:00:03 -04:00
devicetree devicetree: add accessors with default values 2020-08-04 07:35:26 -05:00
fdtable tests: lib: fdtable: Add tests for checking refcounting 2020-08-10 14:56:08 -07:00
gui/lvgl gui: Add open flags argument to fs_open invocation 2020-07-30 16:33:18 +02:00
heap
heap_align lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
ringbuffer tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
sprintf tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00