Added test for example64 for zlib since madler/zlib doesn't have an option to disable tests.

This commit is contained in:
Nathan Moinvaziri 2020-06-19 22:01:11 -07:00
parent 67ccd375fc
commit e1b889e32e

View File

@ -724,6 +724,9 @@ if(MZ_ZLIB AND NOT MZ_LIBCOMP)
if(MZ_BUILD_UNIT_TEST)
# Can't disable zlib testing so ctest tries to run zlib example app
add_dependencies(${PROJECT_NAME} example)
if(HAVE_OFF64_T)
add_dependencies(${PROJECT_NAME} example64)
endif()
endif()
endif()
endif()