Skip to content

Commit

Permalink
issues/0176-ctlrender-ctest-tiff32-uses-previous-ctest-output (#177)
Browse files Browse the repository at this point in the history
remove ctest that used previous ctest output as input, fixes #176
  • Loading branch information
michaeldsmith authored Feb 7, 2025
1 parent c200162 commit d3c03a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unittest/ctlrender/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ foreach(J tiff8 tiff16 tiff32 dpx8 dpx10 dpx12 dpx16)

# Test tiff32 conversions
if(TARGET TIFF::TIFF)
# convert TIFF32 to other format
add_test(NAME "ctlrender-tiff32->${J}" COMMAND ${CTLRENDER_PATH} -ctl "${TEST_FILES}/unity.ctl" -format ${J} -force "${TEST_FILES}/bars_photoshop_32_be_planar.tif" "${CTLRENDER_OUTPUT_FOLDER}/bars_tiff32_${J}.${EXTENSION}")
if(NOT ${J} STREQUAL "tiff32")
add_test(NAME "ctlrender-${J}->tiff32" COMMAND ${CTLRENDER_PATH} -ctl "${TEST_FILES}/unity.ctl" -format tiff32 -force "${CTLRENDER_OUTPUT_FOLDER}/bars_tiff32_${J}.${EXTENSION}" "${CTLRENDER_OUTPUT_FOLDER}/bars_tiff32_${J}_tiff32.tiff")
endif()
endif()
endforeach(J)

Expand Down

0 comments on commit d3c03a9

Please sign in to comment.