diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-25 16:32:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-25 20:19:36 +0100 |
| commit | 3b466174d45758fe1afb21a3a791970b57940c25 (patch) | |
| tree | 02b8d94341222440d975eb08cab5089a335dba2d | |
| parent | ceea64b98c1469b1e34e4897654f9671664203ee (diff) | |
Setup path encoding for Windows in tests.
Then we can create boost::filesystem::paths from UTF-8 literals without
everything going west.
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index fe0286799..0f9505794 100644 --- a/test/test.cc +++ b/test/test.cc @@ -162,6 +162,7 @@ struct TestConfig dcpomatic_setup (); setup_test_config (); capture_ffmpeg_logs(); + dcpomatic_setup_path_encoding(); EncodeServerFinder::drop(); |
