From 1a087bf921e08320b87499ec12b99001992cc60d Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 30 Jan 2016 17:19:49 -0600 Subject: [PATCH] [libpng17] Update copyright info in CMakeLists.txt --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e618655d2..82fe41141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ # CMakeLists.txt -# Copyright (C) 2007-2015 Glenn Randers-Pehrson +# Copyright (C) 2007,2009-2016 Glenn Randers-Pehrson +# Written by Christian Ehrlicher, 2007 +# Revised by Roger Lowman, 2009-2010 +# Revised by Clifford Yapp, 2011-2012 +# Revised by Roger Leigh, 2016 # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer @@ -551,6 +555,7 @@ 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)