summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-25 16:32:34 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 16:46:02 +0100
commit3d184b3c39e4137278dc36af886654ca86eac29b (patch)
treea61c90db3dcda75e3db978308fb3c7f8af95717a /test/test.cc
parentceea64b98c1469b1e34e4897654f9671664203ee (diff)
Setup path encoding for Windows in tests.
Then we can create boost::filesystem::paths from UTF-8 literals without everything going west.
Diffstat (limited to 'test/test.cc')
-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();