diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-09 23:58:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-09 23:58:07 +0000 |
| commit | 0c32e4bfd1ad6418dad2a504a4bf6cdea48f6d75 (patch) | |
| tree | 94ed8887b5bdfafc0a3d17ce57550bb7ca0eb146 /test/wscript | |
| parent | b18134cd8dcd5c3ae877283fd43d20251939813f (diff) | |
Disable tests which depend on variable font rendering.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/wscript b/test/wscript index 1593aac99..aaa96f898 100644 --- a/test/wscript +++ b/test/wscript @@ -23,7 +23,6 @@ def build(bld): audio_filter_test.cc audio_mapping_test.cc black_fill_test.cc - burnt_subtitle_test.cc client_server_test.cc colour_conversion_test.cc dcp_subtitle_test.cc @@ -53,7 +52,6 @@ def build(bld): silence_padding_test.cc skip_frame_test.cc stream_test.cc - subrip_test.cc test.cc threed_test.cc upmixer_a_test.cc @@ -62,6 +60,10 @@ def build(bld): xml_subtitle_test.cc """ + # Disabled tests: some difference in font rendering between the test machine + # and others... + # subrip_test.cc burnt_subtitle_test.cc + obj.target = 'unit-tests' obj.install_path = '' |
