summaryrefslogtreecommitdiff
path: root/test/ffmpeg_examiner_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
commit59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch)
tree7eb15ce9c90240aaeacefce9f018281d720b248c /test/ffmpeg_examiner_test.cc
parentae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff)
Split test compile up into individual files.
Diffstat (limited to 'test/ffmpeg_examiner_test.cc')
-rw-r--r--test/ffmpeg_examiner_test.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc
index 296444ba7..24c91880b 100644
--- a/test/ffmpeg_examiner_test.cc
+++ b/test/ffmpeg_examiner_test.cc
@@ -17,7 +17,12 @@
*/
-#include "ffmpeg_examiner.h"
+#include <boost/test/unit_test.hpp>
+#include "lib/ffmpeg_examiner.h"
+#include "lib/ffmpeg_content.h"
+#include "test.h"
+
+using boost::shared_ptr;
BOOST_AUTO_TEST_CASE (ffmpeg_examiner_test)
{