diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-01 11:36:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | dc78a40b0c7ce4569874fd1e77a86df907937d50 (patch) | |
| tree | 3167c3a9f047d3b5af1c5aefc7b8640f4adbf4d9 /test/wscript | |
| parent | 20fb703d5298c0376f1fe7c724cdc9625172e4d0 (diff) | |
Restore upmixer_a_test and fix resampler flushing.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 85a573f0c..0edb4ab88 100644 --- a/test/wscript +++ b/test/wscript @@ -92,6 +92,7 @@ def build(bld): threed_test.cc time_calculation_test.cc update_checker_test.cc + upmixer_a_test.cc util_test.cc vf_test.cc video_content_scale_test.cc @@ -104,8 +105,5 @@ def build(bld): # This one doesn't check anything # resampler_test.cc - # XXX - # upmixer_a_test.cc - obj.target = 'unit-tests' obj.install_path = '' |
