diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
| commit | 43465aa4037cec6d351a842a6624a50685d6c127 (patch) | |
| tree | c4a7ddc4ee7fd49492588422bb53b2c84760e83c /test/read_dcp_test.cc | |
| parent | b405b414993458babbb4532ddeeef9928ec7c06e (diff) | |
Split tests up.
Diffstat (limited to 'test/read_dcp_test.cc')
| -rw-r--r-- | test/read_dcp_test.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc index 5e6827d1..0a9ac119 100644 --- a/test/read_dcp_test.cc +++ b/test/read_dcp_test.cc @@ -17,6 +17,13 @@ */ +#include <boost/test/unit_test.hpp> +#include "dcp.h" +#include "cpl.h" + +using std::list; +using boost::shared_ptr; + /* Read DCP that is in git and make sure that basic stuff is read in correctly */ BOOST_AUTO_TEST_CASE (read_dcp) { |
