1 //
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Copyright (c) Contributors to the OpenEXR Project.
4 //
5 
6 #ifndef TESTDEEPTILEDBASIC_H_
7 #define TESTDEEPTILEDBASIC_H_
8 
9 #include <string>
10 
11 void testDeepTiledBasic (const std::string & tempDir);
12 
13 #endif /* TESTDEEPTILEDBASIC_H_ */
14