zephyr/tests/subsys/settings
Marcin Niestroj df50fa6f1a tests: settings: remove unused settings_enc.c
This file was just built, but none of its functions were executed since the
commit 84a88f107c ("tests: subsys: settings: stream encoding tests"),
which introduced it.

At this point it makes little sense to make it run/working, mainly because
of:
 * "line" encoding, which this module intends to test, behaves differently
   based on Kconfig options like `bool SETTINGS_ENCODE_LEN`; this is set
   differently based on (FCB/File) backend used, so it is hard to make this
   "generic" tests work, because it is shared by all storage backends tests
 * base64 encoding is expected in this test module, which was dropped 2
   years ago in [1]
 * settings subsystem has changed a lot during last 4 years, so those tests
   might no longer be valid with current implementation.

[1] commit 55be783c85 ("settings: Remove deprecated SETTINGS_USE_BASE64
  support")

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2022-12-08 09:59:34 +00:00
..
fcb tests: settings: fcb: remove unused zephyr/sys/printk.h 2022-12-08 17:38:35 +09:00
fcb_init tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
file tests: settings: file: remove unused c2_var_count 2022-12-08 17:38:35 +09:00
file_littlefs settings: file: Fix flash area erase offset 2022-12-07 10:22:41 +00:00
functional tests: settings: remove passing -DTEST_${TEST} from cmake 2022-12-07 10:19:57 +00:00
nvs tests: settings: nvs: remove unused settings handlers 2022-12-08 17:38:35 +09:00
src tests: settings: remove unused settings_enc.c 2022-12-08 09:59:34 +00:00