diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-09-29 23:28:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-09-29 23:28:57 +0200 |
| commit | ab0e8cdcafdcb83096012380f674b8280474e851 (patch) | |
| tree | b89df2d9abcbf15e1a113db8ea3024aadc41edaa /test/wscript | |
| parent | 9a6d5d07edef459e6e7ac1708f32c34981d6cd05 (diff) | |
Improve OpenFileError so that it doesn't say "opening for read"v2.15.20
in one case where it should say "opening for read/write".
Also add some unit tests for ReelWriter.
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 06687cd17..1d2fafc02 100644 --- a/test/wscript +++ b/test/wscript @@ -96,6 +96,7 @@ def build(bld): recover_test.cc rect_test.cc reels_test.cc + reel_writer_test.cc required_disk_space_test.cc remake_id_test.cc remake_with_subtitle_test.cc |
