kernel: Use fs:: namespace and unicode path in kernel tests

Add support for unicode characters in paths to the kernel tests by using
our fs:: wrappers for std::filesystem calls and adding the windows
application manifest to the binary. This exercises their handling
through the kernel API.
This commit is contained in:
sedited
2025-12-30 23:02:52 +01:00
parent 9cad97f6cd
commit 89386e700e
5 changed files with 18 additions and 19 deletions

View File

@@ -105,7 +105,6 @@ pub fn lint_std_filesystem() -> LintResult {
"./src/",
":(exclude)src/ipc/libmultiprocess/",
":(exclude)src/util/fs.h",
":(exclude)src/test/kernel/test_kernel.cpp",
":(exclude)src/bitcoin-chainstate.cpp",
])
.status()