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/ffmpeg_pts_offset.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'test/ffmpeg_pts_offset.cc')
| -rw-r--r-- | test/ffmpeg_pts_offset.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ffmpeg_pts_offset.cc b/test/ffmpeg_pts_offset.cc index 0ed8f66d8..65cc28a84 100644 --- a/test/ffmpeg_pts_offset.cc +++ b/test/ffmpeg_pts_offset.cc @@ -17,6 +17,13 @@ */ +#include <boost/test/unit_test.hpp> +#include "lib/film.h" +#include "lib/ffmpeg_decoder.h" +#include "test.h" + +using boost::shared_ptr; + BOOST_AUTO_TEST_CASE (ffmpeg_pts_offset_test) { shared_ptr<Film> film = new_test_film ("ffmpeg_pts_offset_test"); |
