summaryrefslogtreecommitdiff
path: root/tests/png/CMakeLists.txt
diff options
context:
space:
mode:
authortabe <none@none>2009-06-18 13:35:26 +0000
committertabe <none@none>2009-06-18 13:35:26 +0000
commite27c3c7f2c6f16c18031a00f940102c03bb64ae0 (patch)
treef87ef62609381074a06589db5cd4132cf795db79 /tests/png/CMakeLists.txt
parent1f025d2d729b6d821f219046899a9e1f35d3e04f (diff)
downloadlibgd-e27c3c7f2c6f16c18031a00f940102c03bb64ae0.tar.gz
fix for FS#204
* gdImageCreateFrom*() returns null if null pointer given * gdImage*() puts nothing if null pointer given
Diffstat (limited to 'tests/png/CMakeLists.txt')
-rw-r--r--tests/png/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/png/CMakeLists.txt b/tests/png/CMakeLists.txt
index d7028f0..213bc9d 100644
--- a/tests/png/CMakeLists.txt
+++ b/tests/png/CMakeLists.txt
@@ -1,5 +1,6 @@
SET(TESTS_FILES
+ png_null
png_resolution
bug00011
bug00033