[libpng17] Removed pngstest-pngsuite test from CMakeLists.txt

This commit is contained in:
Glenn Randers-Pehrson 2016-01-30 09:31:33 -06:00
parent c39c5640b4
commit a8b45d9f7e

View File

@ -555,7 +555,6 @@ if(PNG_TESTS AND PNG_SHARED)
add_executable(pngstest ${pngstest_sources}) add_executable(pngstest ${pngstest_sources})
target_link_libraries(pngstest png) 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(gamma_type 1.8 linear none sRGB)
foreach(alpha_type none alpha) foreach(alpha_type none alpha)
set(PNGSTEST_FILES) set(PNGSTEST_FILES)