diff options
Diffstat (limited to 'test/atmos_test.cc')
| -rw-r--r-- | test/atmos_test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 1ac0e1f1..a56de7af 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,11 +31,13 @@ files in the program, then also delete it here. */ + #include "atmos_asset.h" #include "test.h" #include <boost/test/unit_test.hpp> #include <iostream> + /** Check basic read of an Atmos asset */ BOOST_AUTO_TEST_CASE (atmos_read_test) { |
