diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
| commit | cb8627cf8c0a7051b33b30904dca861a13cb623a (patch) | |
| tree | fcedbf2ccaa335f0d607e94e508076f7c81ad2ae /test/wscript | |
| parent | e3c66895937d334ceb6d9c310941e2fbeae0e6dc (diff) | |
Add primitive WebVTT reader.v1.6.38
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 b7d91cb..4653bd0 100644 --- a/test/wscript +++ b/test/wscript @@ -31,6 +31,7 @@ def build(bld): time_test.cc test.cc vertical_position_test.cc + webvtt_reader_test.cc """ obj.target = 'tests' obj.install_path = '' |
