zephyr/tests
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
..
application_development tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
arch tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
benchmarks tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
bluetooth tests: Bluetooth: controller: corrected input PDU time stamps 2022-12-07 10:15:17 +00:00
boards tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
boot tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
cmake
crypto tests/mbedtls: Reduce MPU partition usage for picolibc 2022-11-08 10:44:36 +01:00
drivers tests: drivers: bbram: Test BBRAM on STM32 devices 2022-12-08 16:47:09 +09:00
kernel tests: re-enable tests which were disabled due to ARC QEMU issues 2022-12-08 16:59:15 +09:00
lib tests: devicetree: device: Add mimxrt595_evk_cm33 exclusion 2022-12-05 11:03:14 +01:00
misc
net tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
posix posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
subsys tests: settings: remove unused settings_enc.c 2022-12-08 09:59:34 +00:00
unit crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
ztest tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00