summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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