Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adding CTF tests for PQ_TO_LINEAR FixedFunction.
Browse files Browse the repository at this point in the history
Signed-off-by: cuneyt.ozdas <[email protected]>
cozdas committed Aug 2, 2024

Verified

This commit was signed with the committer’s verified signature.
mokagio Gio Lodi
1 parent 37ed067 commit 17f0783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cpu/fileformats/FileFormatCTF_tests.cpp
Original file line number Diff line number Diff line change
@@ -3838,6 +3838,8 @@ OCIO_ADD_TEST(FileFormatCTF, ff_load_save_ctf)
ValidateFixedFunctionStyleNoParam(OCIO::FixedFunctionOpData::uvY_TO_XYZ , __LINE__);
ValidateFixedFunctionStyleNoParam(OCIO::FixedFunctionOpData::XYZ_TO_LUV , __LINE__);
ValidateFixedFunctionStyleNoParam(OCIO::FixedFunctionOpData::LUV_TO_XYZ , __LINE__);
ValidateFixedFunctionStyleNoParam(OCIO::FixedFunctionOpData::PQ_TO_LINEAR , __LINE__);
ValidateFixedFunctionStyleNoParam(OCIO::FixedFunctionOpData::LINEAR_TO_PQ , __LINE__);
}

OCIO_ADD_TEST(FileFormatCTF, load_ff_fail_version)

0 comments on commit 17f0783

Please sign in to comment.