Skip to content

Commit d81edba

Browse files
committed
remove test that used previous test output as input, fixes #176
1 parent c200162 commit d81edba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

unittest/ctlrender/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ foreach(J tiff8 tiff16 tiff32 dpx8 dpx10 dpx12 dpx16)
4646

4747
# Test tiff32 conversions
4848
if(TARGET TIFF::TIFF)
49+
# convert TIFF32 to other format
4950
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}")
50-
if(NOT ${J} STREQUAL "tiff32")
51-
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")
52-
endif()
5351
endif()
5452
endforeach(J)
5553

0 commit comments

Comments
 (0)