[libpng17] Deleted pngstest-pngsuite from CMakeLists.txt

This commit is contained in:
Roger Leigh 2016-01-30 21:20:55 -06:00 committed by Glenn Randers-Pehrson
parent 1a087bf921
commit 8fb81acd98

View File

@ -555,7 +555,6 @@ if(PNG_TESTS AND PNG_SHARED)
add_executable(pngstest ${pngstest_sources})
target_link_libraries(pngstest png)
png_add_test(NAME pngstest-pngsuite COMMAND pngstest FILES ${PNGSUITE_PNGS})
foreach(gamma_type 1.8 linear none sRGB)
foreach(alpha_type none alpha)
set(PNGSTEST_FILES)