diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-23 08:35:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-23 08:35:38 +0000 |
| commit | 7ab80b672a5e7d0ec8ad5dccda7503c04d40ffb5 (patch) | |
| tree | 9031406317ec44f2a048ca71896edfdc6911c9c1 /test/wscript | |
| parent | b955dce68af7bddca254c46f031ae2e79157d529 (diff) | |
Fix estimate of required disk space to take referencing
of existing DCPs into account.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 1a3838fe7..362180a0d 100644 --- a/test/wscript +++ b/test/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -72,6 +72,7 @@ def build(bld): repeat_frame_test.cc recover_test.cc reels_test.cc + required_disk_space_test.cc resampler_test.cc scaling_test.cc seek_zero_test.cc |
