commit | dc97cc0cd529702508e1ff0943dfee3e1f7fa7fb | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joerchan@gmail.com> | Tue Feb 04 09:53:53 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Feb 07 14:32:06 2025 +0100 |
tree | dcf20088324105f62894560ea164fd972de15281 | |
parent | 2c5e18b971b6b58a81985a37a74c92c2e7a1999b [diff] |
tests: logging: Convert unit test to include the full FS backend Convert testing of the logging backend for file-system to include the full implementation. Need to disable logging and just include the unit under test to make this simpler. The API functions for the backend can then be called on the backend object. Signed-off-by: Joakim Andersson <joerchan@gmail.com>