summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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'