diff --git a/tests/bmp/CMakeLists.txt b/tests/bmp/CMakeLists.txt index 9c7800e..7adbd03 100644 --- a/tests/bmp/CMakeLists.txt +++ b/tests/bmp/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bmp_im2im bmp_null ) diff --git a/tests/freetype/CMakeLists.txt b/tests/freetype/CMakeLists.txt index 83bb18d..4db59bf 100644 --- a/tests/freetype/CMakeLists.txt +++ b/tests/freetype/CMakeLists.txt @@ -1,5 +1,5 @@ IF(FREETYPE_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES # bug00132 ) ENDIF(FREETYPE_FOUND) diff --git a/tests/gd/CMakeLists.txt b/tests/gd/CMakeLists.txt index 1fc5793..3b7ace2 100644 --- a/tests/gd/CMakeLists.txt +++ b/tests/gd/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gd_im2im gd_null gd_num_colors diff --git a/tests/gd2/CMakeLists.txt b/tests/gd2/CMakeLists.txt index 1ed2d65..558d2f7 100644 --- a/tests/gd2/CMakeLists.txt +++ b/tests/gd2/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gd2_empty_file gd2_im2im gd2_null diff --git a/tests/gdimagearc/CMakeLists.txt b/tests/gdimagearc/CMakeLists.txt index dcfdc54..77117fb 100644 --- a/tests/gdimagearc/CMakeLists.txt +++ b/tests/gdimagearc/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00079 ) diff --git a/tests/gdimagecolorclosest/CMakeLists.txt b/tests/gdimagecolorclosest/CMakeLists.txt index 4f846c0..3964bfa 100644 --- a/tests/gdimagecolorclosest/CMakeLists.txt +++ b/tests/gdimagecolorclosest/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolorclosest ) diff --git a/tests/gdimagecolordeallocate/CMakeLists.txt b/tests/gdimagecolordeallocate/CMakeLists.txt index 383a302..1cc1995 100644 --- a/tests/gdimagecolordeallocate/CMakeLists.txt +++ b/tests/gdimagecolordeallocate/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolordeallocate ) diff --git a/tests/gdimagecolorexact/CMakeLists.txt b/tests/gdimagecolorexact/CMakeLists.txt index b627fa5..029d929 100644 --- a/tests/gdimagecolorexact/CMakeLists.txt +++ b/tests/gdimagecolorexact/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolorexact ) diff --git a/tests/gdimagecolorreplace/CMakeLists.txt b/tests/gdimagecolorreplace/CMakeLists.txt index 4f7af18..03bd9eb 100644 --- a/tests/gdimagecolorreplace/CMakeLists.txt +++ b/tests/gdimagecolorreplace/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolorreplace ) diff --git a/tests/gdimagecolorresolve/CMakeLists.txt b/tests/gdimagecolorresolve/CMakeLists.txt index a3e7bc2..a260842 100644 --- a/tests/gdimagecolorresolve/CMakeLists.txt +++ b/tests/gdimagecolorresolve/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolorresolve ) diff --git a/tests/gdimagecolortransparent/CMakeLists.txt b/tests/gdimagecolortransparent/CMakeLists.txt index ce83872..f3a83f3 100644 --- a/tests/gdimagecolortransparent/CMakeLists.txt +++ b/tests/gdimagecolortransparent/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagecolortransparent ) diff --git a/tests/gdimagecopy/CMakeLists.txt b/tests/gdimagecopy/CMakeLists.txt index 024ad5a..d9d0eda 100644 --- a/tests/gdimagecopy/CMakeLists.txt +++ b/tests/gdimagecopy/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00007 bug00081 ) diff --git a/tests/gdimagecopyrotated/CMakeLists.txt b/tests/gdimagecopyrotated/CMakeLists.txt index e2d8249..fc17e9d 100644 --- a/tests/gdimagecopyrotated/CMakeLists.txt +++ b/tests/gdimagecopyrotated/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00020 ) diff --git a/tests/gdimagefile/CMakeLists.txt b/tests/gdimagefile/CMakeLists.txt index 4fee5c3..55ae374 100644 --- a/tests/gdimagefile/CMakeLists.txt +++ b/tests/gdimagefile/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdnametest ) diff --git a/tests/gdimagefill/CMakeLists.txt b/tests/gdimagefill/CMakeLists.txt index 6b09c1b..c54281e 100644 --- a/tests/gdimagefill/CMakeLists.txt +++ b/tests/gdimagefill/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00002_1 bug00002_2 bug00002_3 diff --git a/tests/gdimagefilledellipse/CMakeLists.txt b/tests/gdimagefilledellipse/CMakeLists.txt index dfde946..30e6307 100644 --- a/tests/gdimagefilledellipse/CMakeLists.txt +++ b/tests/gdimagefilledellipse/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00010 bug00191 ) diff --git a/tests/gdimagefilledpolygon/CMakeLists.txt b/tests/gdimagefilledpolygon/CMakeLists.txt index 5500384..8180bb1 100644 --- a/tests/gdimagefilledpolygon/CMakeLists.txt +++ b/tests/gdimagefilledpolygon/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagefilledpolygon0 gdimagefilledpolygon1 gdimagefilledpolygon2 diff --git a/tests/gdimagefilledrectangle/CMakeLists.txt b/tests/gdimagefilledrectangle/CMakeLists.txt index 2b26022..4568873 100644 --- a/tests/gdimagefilledrectangle/CMakeLists.txt +++ b/tests/gdimagefilledrectangle/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00004 bug00078 bug00106_gdimagefilledrectangle diff --git a/tests/gdimagefilltoborder/CMakeLists.txt b/tests/gdimagefilltoborder/CMakeLists.txt index f03529a..2950235 100644 --- a/tests/gdimagefilltoborder/CMakeLists.txt +++ b/tests/gdimagefilltoborder/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00037 github_bug_215 ) diff --git a/tests/gdimagefilter/CMakeLists.txt b/tests/gdimagefilter/CMakeLists.txt index a1b6642..7a3c959 100644 --- a/tests/gdimagefilter/CMakeLists.txt +++ b/tests/gdimagefilter/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdCopyBlurred ) diff --git a/tests/gdimageline/CMakeLists.txt b/tests/gdimageline/CMakeLists.txt index 6198251..beeeeb6 100644 --- a/tests/gdimageline/CMakeLists.txt +++ b/tests/gdimageline/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimageline_aa gdimageline_aa_outofrange bug00077 diff --git a/tests/gdimageopenpolygon/CMakeLists.txt b/tests/gdimageopenpolygon/CMakeLists.txt index 6ec1a0f..03c288d 100644 --- a/tests/gdimageopenpolygon/CMakeLists.txt +++ b/tests/gdimageopenpolygon/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimageopenpolygon0 gdimageopenpolygon1 gdimageopenpolygon2 diff --git a/tests/gdimagepixelate/CMakeLists.txt b/tests/gdimagepixelate/CMakeLists.txt index eadd82a..214c801 100644 --- a/tests/gdimagepixelate/CMakeLists.txt +++ b/tests/gdimagepixelate/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagepixelate ) diff --git a/tests/gdimagepolygon/CMakeLists.txt b/tests/gdimagepolygon/CMakeLists.txt index e965b73..1b4ee83 100644 --- a/tests/gdimagepolygon/CMakeLists.txt +++ b/tests/gdimagepolygon/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagepolygon0 gdimagepolygon1 gdimagepolygon2 diff --git a/tests/gdimagerectangle/CMakeLists.txt b/tests/gdimagerectangle/CMakeLists.txt index 517864e..28b974e 100644 --- a/tests/gdimagerectangle/CMakeLists.txt +++ b/tests/gdimagerectangle/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00003 bug00106_gdimagerectangle github_bug_00172 diff --git a/tests/gdimagerotate/CMakeLists.txt b/tests/gdimagerotate/CMakeLists.txt index fd8b4fa..67005da 100644 --- a/tests/gdimagerotate/CMakeLists.txt +++ b/tests/gdimagerotate/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00067 php_bug_64898 ) diff --git a/tests/gdimagescale/CMakeLists.txt b/tests/gdimagescale/CMakeLists.txt index 1098e06..4e1a4fb 100644 --- a/tests/gdimagescale/CMakeLists.txt +++ b/tests/gdimagescale/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES github_bug_00218 ) diff --git a/tests/gdimagescatterex/CMakeLists.txt b/tests/gdimagescatterex/CMakeLists.txt index 0a9e216..22c46a7 100644 --- a/tests/gdimagescatterex/CMakeLists.txt +++ b/tests/gdimagescatterex/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00208_1 bug00208_2 ) diff --git a/tests/gdimagesetpixel/CMakeLists.txt b/tests/gdimagesetpixel/CMakeLists.txt index 31ba4e4..394d092 100644 --- a/tests/gdimagesetpixel/CMakeLists.txt +++ b/tests/gdimagesetpixel/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00186 gdeffectoverlay gdeffectmultiply diff --git a/tests/gdimagestringft/CMakeLists.txt b/tests/gdimagestringft/CMakeLists.txt index a38613f..f46b900 100644 --- a/tests/gdimagestringft/CMakeLists.txt +++ b/tests/gdimagestringft/CMakeLists.txt @@ -1,5 +1,5 @@ IF(FREETYPE_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagestringft_bbox ) ENDIF(FREETYPE_FOUND) diff --git a/tests/gdimagestringftex/CMakeLists.txt b/tests/gdimagestringftex/CMakeLists.txt index db08ac1..c7130f1 100644 --- a/tests/gdimagestringftex/CMakeLists.txt +++ b/tests/gdimagestringftex/CMakeLists.txt @@ -1,5 +1,5 @@ IF(FREETYPE_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdimagestringftex_returnfontpathname ) ENDIF(FREETYPE_FOUND) diff --git a/tests/gdinterpolatedscale/CMakeLists.txt b/tests/gdinterpolatedscale/CMakeLists.txt index 296e3f1..af0fd8c 100644 --- a/tests/gdinterpolatedscale/CMakeLists.txt +++ b/tests/gdinterpolatedscale/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdModesAndPalettes gdTrivialResize ) diff --git a/tests/gdnewfilectx/CMakeLists.txt b/tests/gdnewfilectx/CMakeLists.txt index bc72c27..b796dd2 100644 --- a/tests/gdnewfilectx/CMakeLists.txt +++ b/tests/gdnewfilectx/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gdnewfilectx_null ) diff --git a/tests/gdtiled/CMakeLists.txt b/tests/gdtiled/CMakeLists.txt index aa09d66..921d00e 100644 --- a/tests/gdtiled/CMakeLists.txt +++ b/tests/gdtiled/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00032 ) diff --git a/tests/gdtransformaffineboundingbox/CMakeLists.txt b/tests/gdtransformaffineboundingbox/CMakeLists.txt index f5c5bb7..9851123 100644 --- a/tests/gdtransformaffineboundingbox/CMakeLists.txt +++ b/tests/gdtransformaffineboundingbox/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES github_bug_00221 ) diff --git a/tests/gif/CMakeLists.txt b/tests/gif/CMakeLists.txt index f9aa0e2..92010c3 100644 --- a/tests/gif/CMakeLists.txt +++ b/tests/gif/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES gif_im2im gif_null bug00005 diff --git a/tests/jpeg/CMakeLists.txt b/tests/jpeg/CMakeLists.txt index 5effc8c..e8ecf63 100644 --- a/tests/jpeg/CMakeLists.txt +++ b/tests/jpeg/CMakeLists.txt @@ -1,5 +1,5 @@ IF(JPEG_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES jpeg_im2im jpeg_null jpeg_read diff --git a/tests/png/CMakeLists.txt b/tests/png/CMakeLists.txt index 5235417..228474e 100644 --- a/tests/png/CMakeLists.txt +++ b/tests/png/CMakeLists.txt @@ -1,5 +1,5 @@ IF(PNG_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES png_im2im png_null png_resolution diff --git a/tests/tga/CMakeLists.txt b/tests/tga/CMakeLists.txt index 4b7db1d..4869e8d 100644 --- a/tests/tga/CMakeLists.txt +++ b/tests/tga/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES tga_null bug00084 ) diff --git a/tests/tiff/CMakeLists.txt b/tests/tiff/CMakeLists.txt index 1f4f4c0..03f630c 100644 --- a/tests/tiff/CMakeLists.txt +++ b/tests/tiff/CMakeLists.txt @@ -1,5 +1,5 @@ IF(TIFF_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES tiff_im2im tiff_null tiff_dpi diff --git a/tests/wbmp/CMakeLists.txt b/tests/wbmp/CMakeLists.txt index 2c98868..787227c 100644 --- a/tests/wbmp/CMakeLists.txt +++ b/tests/wbmp/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(TESTS_FILES +LIST(APPEND TESTS_FILES wbmp_im2im wbmp_null ) diff --git a/tests/webp/CMakeLists.txt b/tests/webp/CMakeLists.txt index 32e2c1d..6af76ba 100644 --- a/tests/webp/CMakeLists.txt +++ b/tests/webp/CMakeLists.txt @@ -1,5 +1,5 @@ IF(WEBP_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00111 ) ENDIF(WEBP_FOUND) diff --git a/tests/xpm/CMakeLists.txt b/tests/xpm/CMakeLists.txt index 1301bc3..0b1a106 100644 --- a/tests/xpm/CMakeLists.txt +++ b/tests/xpm/CMakeLists.txt @@ -1,5 +1,5 @@ IF(XPM_FOUND) -SET(TESTS_FILES +LIST(APPEND TESTS_FILES bug00166 bug00185 color_name