diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 14:37:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-20 14:37:06 +0200 |
| commit | 21291a099ca7fe403eb828439cf3d02c427ec9d6 (patch) | |
| tree | 8d1717836a28918536a69578c8f62ed9137e9e37 /test/atmos_test.cc | |
| parent | 60fd98772b64dfc1195a34e5be7782675a150538 (diff) | |
Add missing call to Cleanup::run().
Diffstat (limited to 'test/atmos_test.cc')
| -rw-r--r-- | test/atmos_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 9fdddc979..d070fa710 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -103,6 +103,8 @@ BOOST_AUTO_TEST_CASE (atmos_trim_test) /* Just check that the encode runs; I'm not sure how to test the MXF */ make_and_verify_dcp (film, { dcp::VerificationNote::Code::MISSING_CPL_METADATA }); + + cl.run(); } |
