summaryrefslogtreecommitdiff
path: root/tests/tga
Commit message (Expand)AuthorAgeFilesLines
* Fix tests based on coverity reports (#819)Pierre Joye2022-02-012-2/+10
* not usedPierre Joye2021-08-171-1/+1
* tests: add more checks for libpng (and other deps)Mike Frysinger2017-02-232-2/+11
* Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-134-5/+14
* Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-135-0/+55
* .gitignore the new test caseChristoph M. Becker2016-08-161-0/+1
* Fix #290: TGA RLE decoding is brokenChristoph M. Becker2016-08-166-2/+47
* Add a further regression test for issue #248fix-248Christoph M. Becker2016-07-155-1/+21
* Tests for #248Ondřej Surý2016-07-145-1/+19
* Remove unused argc/argv parameters from main() in testsChristoph M. Becker2016-07-133-3/+3
* Unsupported TGA bpp/alphabit combinations should error gracefullyChristoph M. Becker2016-07-135-1/+24
* Revert "Unsupported TGA bpp/alphabit combinations should error gracefully"Christoph M. Becker2016-07-125-24/+1
* Unsupported TGA bpp/alphabit combinations should error gracefullyChristoph M. Becker2016-07-125-1/+24
* Add tests for #247 (Courtesy of Machine Learning and Applications Group)Ondřej Surý2016-07-125-1/+19
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* tests: add helpers for accessing test dataMike Frysinger2016-06-031-6/+1
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-1/+1
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+7
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+1
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+2
* fix #84, double free and overrun due to wrong alloc type, uint8_t instead of intPierre Joye2015-01-193-0/+19
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform compa...Nathanael Jones2015-01-071-2/+1
* Merge outstanding autotools changesOndřej Surý2013-04-081-3/+0
* search GD headers locally at firstTakeshi Abe2013-03-011-1/+1
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1
* fix for FS#204tabe2009-06-183-0/+27