diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 18:07:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 18:07:48 +0000 |
| commit | 986bb0acba0aa73fc2ac0190a32e8fa8c6e636b4 (patch) | |
| tree | b22c760bf982a93dcc57f195d817ec682b0edca6 | |
| parent | 33b6d7434c5d4776e5b4fc4448eccdb142948d0e (diff) | |
Rename subtitle_tests -> subtitle_test.
| -rw-r--r-- | src/image.h | 1 | ||||
| -rw-r--r-- | test/subtitle_test.cc (renamed from test/subtitle_tests.cc) | 0 | ||||
| -rw-r--r-- | test/wscript | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index d9109939..941325cd 100644 --- a/src/image.h +++ b/src/image.h @@ -24,7 +24,6 @@ namespace dcp { class Image { public: - Image (Size); Image (Image const &); Image (boost::shared_ptr<const Image>); diff --git a/test/subtitle_tests.cc b/test/subtitle_test.cc index c7137bec..c7137bec 100644 --- a/test/subtitle_tests.cc +++ b/test/subtitle_test.cc diff --git a/test/wscript b/test/wscript index b616b59d..c19d2533 100644 --- a/test/wscript +++ b/test/wscript @@ -46,7 +46,7 @@ def build(bld): recovery_test.cc round_trip_test.cc smpte_load_font_test.cc - subtitle_tests.cc + subtitle_test.cc test.cc text_test.cc util_test.cc |
