summaryrefslogtreecommitdiffstats
path: root/tests/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/png.c')
-rw-r--r--tests/png.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/png.c b/tests/png.c
index b80af04..3d46f38 100644
--- a/tests/png.c
+++ b/tests/png.c
@@ -18,6 +18,8 @@
* <http://www.gnu.org/licenses/>. *
*************************************************************************/
+/* Test PNG file I/O */
+
#include "tests.h"
#include <stdlib.h>
#include <stdio.h>
@@ -36,6 +38,7 @@ main() {
unsigned int i, j;
const unsigned int x = 333, y = 300;
+ /* Set the resilience low for tests */
dmnsn_set_resilience(DMNSN_SEVERITY_LOW);
canvas = dmnsn_new_canvas(3*x, y);