zephyr/tests
Andrzej Puzdrowski cfffd1f782 tests/subsys/settings/nffs: fix not initialized variables issues
A few settings module variables were not initialized before used.
Normally these variable are initialized in the back-end
initialization call which couldn't be done in affected unit tests.

This path initialize these variable via assignments in test code.

fixes #19722

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-10-11 13:30:36 +02:00
..
application_development tests: cxx: Enable exceptions 2019-09-19 09:26:42 -05:00
arch coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
benchmarks coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
bluetooth coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
boards coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
crypto tests: tinycrypt: build only on native_posix 2019-10-01 10:42:19 -07:00
drivers coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
kernel tests/mem_pool_threadsafe: use actual minimum mempool block size 2019-10-09 17:45:40 -05:00
lib tests: gui: Pass image pointer to fs_write 2019-10-02 08:18:16 -04:00
misc/test_build tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
net coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
portability tests: move cmsis_rtos_v2 into portability 2019-09-27 15:23:26 -04:00
posix tests/posix/common: restructure to eliminate casts 2019-09-15 11:33:47 +08:00
shell tests: Never disable SMP 2019-09-26 16:54:06 -04:00
subsys tests/subsys/settings/nffs: fix not initialized variables issues 2019-10-11 13:30:36 +02:00
unit tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00