mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
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:
1
.github/ci-windows.py
vendored
1
.github/ci-windows.py
vendored
@@ -106,7 +106,6 @@ def check_manifests(ci_type):
|
||||
"fuzz.exe",
|
||||
"bench_bitcoin.exe",
|
||||
"test_bitcoin-qt.exe",
|
||||
"test_kernel.exe",
|
||||
"bitcoin-chainstate.exe",
|
||||
}
|
||||
for entry in release_dir.iterdir():
|
||||
|
||||
Reference in New Issue
Block a user