summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-13 10:54:02 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-13 10:54:02 +0100
commit439953204388991b96fce215c62396a7b6d33acd (patch)
tree6a21758ac7d22d52909af18753dfd7391fc742ef /test
parent38e73a895fb6145391c2c43cc97783a3eaf50cc5 (diff)
Add button to move things to the start of reels (#798).
Diffstat (limited to 'test')
-rw-r--r--test/srt_subtitle_test.cc4
-rw-r--r--test/wscript1
2 files changed, 3 insertions, 2 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index f441faffd..123d04d95 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -18,8 +18,8 @@
*/
-/** @file test/subtitle_write_test.cc
- * @brief Test writing DCPs with XML subtitles.
+/** @file test/srt_subtitle_test.cc
+ * @brief Test writing DCPs with subtitles from .srt.
*/
#include "lib/film.h"
diff --git a/test/wscript b/test/wscript
index 946aea4c5..b7ac654cd 100644
--- a/test/wscript
+++ b/test/wscript
@@ -85,6 +85,7 @@ def build(bld):
silence_padding_test.cc
skip_frame_test.cc
srt_subtitle_test.cc
+ ssa_subtitle_test.cc
stream_test.cc
test.cc
threed_test.cc