zephyr/tests/subsys
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
..
canbus/isotp drivers: can: skip all CAN loopback mode tests for kvaser,pcican 2022-11-01 15:22:31 -04:00
cpp crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
debug tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00
dfu tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
dsp/basicmath zdsp: Fix missing kconfig and no source library 2022-12-07 10:24:24 +00:00
edac tests: ibecc: Use LOG api instead of TC_PRINT() 2022-11-19 14:18:40 +09:00
emul emul: Add EMUL_DT_GET 2022-08-17 15:47:52 +00:00
fs tests: fs: Add test of fs_mkfs 2022-12-05 15:36:00 +01:00
ipc/ipc_service tests: ipc_service: Add ipc_service test of deregistered endpoint 2022-10-11 13:03:29 +02:00
jwt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
logging tests: logging: log_immediate: Add LOG_PRINTK=n 2022-12-01 00:36:13 +09:00
mgmt tests: mgmt: mcumgr: os_mgmt_info: Add tests 2022-12-07 13:53:02 +00:00
modbus modbus: add user data for adu callback 2022-09-02 10:51:57 +02:00
openthread tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
portability tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
rtio/rtio_api rtio: Userspace support 2022-11-08 10:44:03 +01:00
sd/sdmmc includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
settings tests: settings: remove unused settings_enc.c 2022-12-08 09:59:34 +00:00
shell shell: support setting help string for each entry in a dictionary command 2022-12-05 18:40:46 +01:00
storage tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
tracing/tracing_api tests: tracing_api: move to new ztest API 2022-09-08 10:39:10 +02:00
usb tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
zbus tests: zbus: Add zbus runtime observer registration tests 2022-11-14 17:25:29 -05:00