summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-14 11:28:50 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-14 11:28:50 +0200
commit66566512275d363f68781b9a47ade6967d09e676 (patch)
tree44b891e3a1f88e45b1970d5d7317d1e0571774d4 /test
parent39e010ee51749198528f754c89e98b6d8fb123c4 (diff)
Rename write_subtitle_test -> shared_subtitle_test
Diffstat (limited to 'test')
-rw-r--r--test/shared_subtitle_test.cc (renamed from test/write_subtitle_test.cc)8
-rw-r--r--test/wscript2
2 files changed, 9 insertions, 1 deletions
diff --git a/test/write_subtitle_test.cc b/test/shared_subtitle_test.cc
index 2918325b..4172db4f 100644
--- a/test/write_subtitle_test.cc
+++ b/test/shared_subtitle_test.cc
@@ -31,6 +31,12 @@
files in the program, then also delete it here.
*/
+
+/** @file test/shared_subtitle_test.cc
+ * @brief Tests of the code that is shared between Interop and SMPTE subtitles.
+ */
+
+
#include "interop_subtitle_asset.h"
#include "smpte_subtitle_asset.h"
#include "subtitle_string.h"
@@ -44,12 +50,14 @@
#include "util.h"
#include <boost/test/unit_test.hpp>
+
using std::string;
using std::shared_ptr;
using std::vector;
using std::make_shared;
using boost::optional;
+
/** Test dcp::order::Font::take_intersection */
BOOST_AUTO_TEST_CASE (take_intersection_test)
{
diff --git a/test/wscript b/test/wscript
index 0642d1b6..29b3e487 100644
--- a/test/wscript
+++ b/test/wscript
@@ -95,6 +95,7 @@ def build(bld):
recovery_test.cc
rgb_xyz_test.cc
round_trip_test.cc
+ shared_subtitle_test.cc
smpte_load_font_test.cc
smpte_subtitle_test.cc
sound_frame_test.cc
@@ -103,7 +104,6 @@ def build(bld):
test.cc
util_test.cc
utf8_test.cc
- write_subtitle_test.cc
verify_test.cc
"""
obj.target = 'tests'