diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-23 21:40:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | c6e5666f7ac33804ca4faca161cea852b2cf80d8 (patch) | |
| tree | ffc63d88a3ef1a0db73bc4a00d5b03e0360c483e /test/wscript | |
| parent | 91a5bd51ff9278038eaf2658142168cf8120fd75 (diff) | |
Resampler test doesn't check anything.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 6089abe7b..7271d09a1 100644 --- a/test/wscript +++ b/test/wscript @@ -78,7 +78,6 @@ def build(bld): reels_test.cc required_disk_space_test.cc render_subtitles_test.cc - resampler_test.cc scaling_test.cc silence_padding_test.cc skip_frame_test.cc @@ -96,9 +95,10 @@ def build(bld): vf_kdm_test.cc """ - # Disabled tests: some difference in font rendering between the test machine - # and others... + # Some difference in font rendering between the test machine and others... # burnt_subtitle_test.cc + # This one doesn't check anything + # resampler_test.cc # XXX # audio_decoder_test.cc |
