diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-02 18:44:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-03 20:42:57 +0200 |
| commit | dbfb852ea5b7169a80b701089bf0bc7e30c6e328 (patch) | |
| tree | 45d3a2f035b11fc02353418ce631bb6c960be17e /run/tests.bat | |
| parent | 6d5f1a9dd0f3968d44638939aad038ccb20ac9e8 (diff) | |
Fix rendering of italic fonts during tests on Windows.
Diffstat (limited to 'run/tests.bat')
| -rw-r--r-- | run/tests.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests.bat b/run/tests.bat index 598338f17..a9d921788 100644 --- a/run/tests.bat +++ b/run/tests.bat @@ -4,4 +4,5 @@ xcopy ..\libdcp\tags build\tags\ copy ..\libdcp\ratings build\ copy ..\openssl\apps\openssl.exe build\test\ xcopy fonts build\fonts\ +move build\fonts\fonts.conf.windows build\fonts\fonts.conf build\test\unit-tests.exe --log_level=test_suite %1 %2 |
