summaryrefslogtreecommitdiff
path: root/test/create_cli_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/create_cli_test.cc')
-rw-r--r--test/create_cli_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/create_cli_test.cc b/test/create_cli_test.cc
index b92cb284b..e69cc4f33 100644
--- a/test/create_cli_test.cc
+++ b/test/create_cli_test.cc
@@ -107,6 +107,10 @@ BOOST_AUTO_TEST_CASE (create_cli_test)
BOOST_CHECK (!cc.error);
BOOST_CHECK_EQUAL (cc.standard, dcp::SMPTE);
+ cc = run ("dcpomatic2_create x --content-ratio 185 --standard interop");
+ BOOST_CHECK (!cc.error);
+ BOOST_CHECK_EQUAL (cc.standard, dcp::INTEROP);
+
cc = run ("dcpomatic2_create x --content-ratio 185 --standard SMPTEX");
BOOST_CHECK (cc.error);