zephyr/tests/subsys/settings/src
Marc Herbert fa84cb7e5b tests/subsys/settings: build common code as zephyr_libraries
Stops leaking very long source paths in build directories; makes them
deterministic. Finishes what was started in commit b4282bf72d, see
rationale and code reviews there.

See also CMake issue https://gitlab.kitware.com/cmake/cmake/issues/19475
for more details.

Use the opportunity to remove the most obvious duplication.

Test with: sanitycheck -T $ZEPHYR_BASE/tests/subsys/settings/

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2019-10-22 11:11:11 +02:00
..
CMakeLists.txt tests/subsys/settings: build common code as zephyr_libraries 2019-10-22 11:11:11 +02:00
settings_empty_lookups.c subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
settings_enc.c tests: subsys: settings: tightening scope of common test functions 2019-09-27 10:06:40 -07:00
settings_test_commit.c subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
settings_test_getset_int64.c subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
settings_test_getset_int.c subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
settings_test_getset_unknown.c subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
settings_test_insert.c