zephyr/tests/subsys/settings/fcb
Andrzej Puzdrowski 9fe30535d7 susbsys: settings: fix coverity issues
API settings_subsys_init call was changed so that it returns
error (so returns int instead of void).
Prototype of storage helper function export_func for
settings_handler::h_export was changed so that it returns error
(so returns int instead of void).
Fixed few other error handling issues by ignoring return
values.

Tests were aligned to above patches.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-04-25 22:25:32 +05:30
..
src susbsys: settings: fix coverity issues 2018-04-25 22:25:32 +05:30
CMakeLists.txt subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
prj.conf subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
testcase.yaml tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00