summaryrefslogtreecommitdiff
path: root/test/encryption_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 15:43:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 15:43:15 +0100
commit43465aa4037cec6d351a842a6624a50685d6c127 (patch)
treec4a7ddc4ee7fd49492588422bb53b2c84760e83c /test/encryption_test.cc
parentb405b414993458babbb4532ddeeef9928ec7c06e (diff)
Split tests up.
Diffstat (limited to 'test/encryption_test.cc')
-rw-r--r--test/encryption_test.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc
index 60177438..82d5fe27 100644
--- a/test/encryption_test.cc
+++ b/test/encryption_test.cc
@@ -17,7 +17,20 @@
*/
+#include <boost/test/unit_test.hpp>
#include "kdm.h"
+#include "KM_util.h"
+#include "metadata.h"
+#include "certificates.h"
+#include "dcp.h"
+#include "signer.h"
+#include "cpl.h"
+#include "picture_asset.h"
+#include "sound_asset.h"
+#include "reel.h"
+#include "test.h"
+
+using boost::shared_ptr;
/* Load a certificate chain from build/test/data/ *.pem and then build
an encrypted DCP and a KDM using it.