diff options
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 = '' |
