summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-14 11:28:50 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-16 22:49:15 +0200
commitb45e627212869e3ae4428e5a0fc3aec27f9aeb69 (patch)
tree9ad968039cbcfd620a123b43755e0971bcfca93b
parent308b88bd5628a8a80c59b5135db9b367e881b097 (diff)
Rename write_subtitle_test -> shared_subtitle_test
Cherry-picked from 66566512275d363f68781b9a47ade6967d09e676 in master.
-rw-r--r--test/shared_subtitle_test.cc (renamed from test/write_subtitle_test.cc)7
-rw-r--r--test/wscript2
2 files changed, 8 insertions, 1 deletions
diff --git a/test/write_subtitle_test.cc b/test/shared_subtitle_test.cc
index 485e7370..0f3a2de6 100644
--- a/test/write_subtitle_test.cc
+++ b/test/shared_subtitle_test.cc
@@ -17,6 +17,12 @@
along with libdcp. If not, see <http://www.gnu.org/licenses/>.
*/
+
+/** @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"
@@ -34,6 +40,7 @@ using std::list;
using std::string;
using boost::shared_ptr;
+
/** Test dcp::order::Font::take_intersection */
BOOST_AUTO_TEST_CASE (take_intersection_test)
{
diff --git a/test/wscript b/test/wscript
index eea4c68d..00ccaa53 100644
--- a/test/wscript
+++ b/test/wscript
@@ -88,13 +88,13 @@ 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
test.cc
util_test.cc
utf8_test.cc
- write_subtitle_test.cc
verify_test.cc
"""
obj.target = 'tests'