zephyr/tests/subsys/settings/src
Yuval Peress 7f90587e7e test: settings: functional: fix missing test_main
The functional tests for settings subsystem regressed with the
introduction of the weak test_main function. This was caused by
Issue #19582 since the common code was being linked as a library.

Update the logic of the common code to directly add the sources
to the `app` target. This resolved both Issue #19582 and #42396

Signed-off-by: Yuval Peress <peress@google.com>
2022-02-11 09:47:57 -05:00
..
CMakeLists.txt
settings_empty_lookups.c
settings_enc.c
settings_test_commit.c
settings_test_getset_int64.c
settings_test_getset_int.c
settings_test_getset_unknown.c
settings_test_insert.c