summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/png.c
Commit message (Collapse)AuthorAgeFilesLines
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-9/+1
| | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-091-5/+5
|
* Remove progress bars from tests, as parallel-tests hides output anyway.Tavian Barnes2009-10-301-102/+70
|
* Re-add PNG test.Tavian Barnes2009-10-061-0/+155