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/audio_delay_test.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 73977bf3a..929a941d6 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -17,13 +17,20 @@ */ +#include <boost/test/unit_test.hpp> #include <libdcp/sound_frame.h> #include <libdcp/cpl.h> #include <libdcp/reel.h> #include <libdcp/sound_asset.h> -#include "sndfile_content.h" +#include "lib/sndfile_content.h" +#include "lib/dcp_content_type.h" +#include "lib/ratio.h" +#include "lib/film.h" +#include "test.h" +using std::string; using boost::lexical_cast; +using boost::shared_ptr; static void test_audio_delay (int delay_in_ms) |
