diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-10 05:24:00 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-10 05:24:00 +0000 |
commit | b3e653271c711a6b4eb2cfdc6ea078a541cd684a (patch) | |
tree | 2ff93143dacdbe16993e712df259e2b0d00463fc /tests | |
parent | 56de602a6dbe942c95071be2fc845b5d4bf6aeb5 (diff) | |
download | dimension-b3e653271c711a6b4eb2cfdc6ea078a541cd684a.tar.xz |
Use low resilience for tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/png.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/png.c b/tests/png.c index f34fc3a..3ebda35 100644 --- a/tests/png.c +++ b/tests/png.c @@ -31,6 +31,8 @@ int main() { FILE *ofile, *ifile; unsigned int x, y; + dmnsn_set_resilience(DMNSN_SEVERITY_LOW); + canvas = dmnsn_new_canvas(333, 300); if (!canvas) { fprintf(stderr, "--- Allocation of canvas failed! ---\n"); |