summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/encryption_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc
index 888011aa..6e4a61d6 100644
--- a/test/encryption_test.cc
+++ b/test/encryption_test.cc
@@ -99,4 +99,5 @@ BOOST_AUTO_TEST_CASE (encryption)
);
kdm->write_to_file_formatted ("build/test/bar.kdm.xml", "UTF-8");
+ system ("xmllint --path schema --nonet --noout --schema schema/SMPTE-430-1-2006-Amd-1-2009-KDM.xsd build/test/bar.kdm.xml");
}