summaryrefslogtreecommitdiff
path: root/tests/gd2/gd2_empty_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless SVN IdsChristoph M. Becker2016-07-151-1/+0
|
* tests: add helpers for accessing test dataMike Frysinger2016-06-031-11/+1
| | | | | | | | | | | A lot of tests want to read images/fonts that exist in tests/ for reading. Rather than construct these paths by hand in every single test file, add a few helper functions to quickly access them. The helper functions are slightly slower (due to the repeated calls to the strcat func), but they aren't terribly slow, especially relative to image loading that these tests perform. They also make writing/maintaining the tests a lot easier which is more important here.
* - apply same CS everywherepierrejoye2013-04-031-1/+1
|
* this is for gd2, rather than jpegTakeshi Abe2013-03-041-1/+1
|
* - mv src/tests testspajoye2007-10-021-0/+30