diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-13 17:43:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-13 18:19:32 +0200 |
| commit | f3da0b18b9949913c8e2de725d12c71802713ed1 (patch) | |
| tree | c2f1a5e8f206a175863e920f316bc1d102665f0a /test/wscript | |
| parent | c9f7228cf9b0b48744676efb87edbec0bf561856 (diff) | |
Extract and fix closed text display logic (#2857).
This was buggy, but here it is extracted, fixed and gains a basic test.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index cd23badc0..a13b9fa89 100644 --- a/test/wscript +++ b/test/wscript @@ -63,6 +63,7 @@ def build(bld): cinema_sound_processor_test.cc client_server_test.cc closed_caption_test.cc + closed_text_display_test.cc collator_test.cc colour_conversion_test.cc config_test.cc |
