diff options
| -rw-r--r-- | test/shared_subtitle_test.cc (renamed from test/write_subtitle_test.cc) | 8 | ||||
| -rw-r--r-- | test/wscript | 2 |
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' |
