From 3ee98f3bac24fd1c70a9de3e0fbe774e762c25b3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 26 Jun 2009 15:31:34 +0000 Subject: Add lots of comments, and some code fixes discovered in the process. --- tests/png.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/png.c') 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 @@ * . * *************************************************************************/ +/* Test PNG file I/O */ + #include "tests.h" #include #include @@ -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); -- cgit v1.2.3