diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
| commit | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch) | |
| tree | 7eb15ce9c90240aaeacefce9f018281d720b248c /test/scaling_test.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'test/scaling_test.cc')
| -rw-r--r-- | test/scaling_test.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/scaling_test.cc b/test/scaling_test.cc index fd700fbb9..5e8dab308 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -17,12 +17,18 @@ */ -#include "imagemagick_content.h" +#include <boost/test/unit_test.hpp> +#include "lib/imagemagick_content.h" +#include "lib/ratio.h" +#include "lib/film.h" +#include "lib/dcp_content_type.h" +#include "test.h" /** @file test/scaling_test.cc * @brief Test scaling and black-padding of images from a still-image source. */ +using std::string; using boost::shared_ptr; static void scaling_test_for (shared_ptr<Film> film, shared_ptr<VideoContent> content, string image, string container) |
