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