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