summaryrefslogtreecommitdiff
path: root/tests/gdimagefile
Commit message (Expand)AuthorAgeFilesLines
* Fixed test case build configure error in issue #626wilson chen2020-04-131-1/+3
* convert all files to native line encodingsMike Frysinger2018-06-211-120/+116
* make gd/gd2 image formats optional #428Mike Frysinger2018-01-301-0/+2
* tests: add more checks for libpng (and other deps)Mike Frysinger2017-02-232-0/+8
* No need to skip these formats anmoreChristoph M. Becker2017-01-251-7/+4
* Fix and improve assert messages of the test caseChristoph M. Becker2017-01-201-4/+6
* tests: fix gdTestAssertMsg handling of messages w/out format flagsMike Frysinger2016-07-221-2/+2
* tests: drop test_config.hMike Frysinger2016-07-211-1/+0
* revert as it breaks tests, need a gdTestMessage without failure counter increasePierre Joye2016-07-171-1/+1
* use test apiPierre Joye2016-07-171-4/+1
* Remove unused argc/argv parameters from main() in testsChristoph M. Becker2016-07-131-1/+1
* #249, fix use of given temporary file name to be created in the tmpdir on win...Pierre Joye2016-07-121-1/+1
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* tests: add helpers for accessing test dataMike Frysinger2016-06-031-3/+1
* Initialize full_filename in tests/gdimagefile/gdnametest.cOndřej Surý2016-05-201-1/+1
* tests: rework handling of temp output filesMike Frysinger2016-05-172-16/+11
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-1/+1
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+8
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+2
* tests: add missing cmake files gdimagefile/gdimagefilterMike Frysinger2016-04-301-0/+9
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+2
* tests: fix header inclusionMike Frysinger2015-02-281-1/+2
* Remove uneeded includes introduced in earlier version-local commits.Nathanael Jones2015-01-071-0/+1
* use / in image patchRemi Collet2014-12-251-1/+1
* Add gdTestAssertMsg(condition, formatmessage, variables) to support detailed ...Nathanael Jones2014-10-021-5/+20
* Added gdImageFile(), gdImageCreateFromFile() and gdSupportsFileType().Chris Reuter2013-12-164-0/+248