summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-25 16:32:34 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-25 20:19:36 +0100
commit3b466174d45758fe1afb21a3a791970b57940c25 (patch)
tree02b8d94341222440d975eb08cab5089a335dba2d
parentceea64b98c1469b1e34e4897654f9671664203ee (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.cc1
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();