summaryrefslogtreecommitdiff
path: root/tests/gdtest
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for MINGW (#828)مهدي شينون (Mehdi Chinoune)2022-04-151-0/+1
* Fix tests based on coverity reports (#819)Pierre Joye2022-02-011-3/+12
* Merge from 2.3Pierre Joye2021-09-111-3/+3
* restore logicPierre Joye2021-08-291-3/+2
* too early returnPierre Joye2021-08-281-3/+1
* windows logicPierre Joye2021-08-281-1/+1
* don't attempt to create it, fall back to /tmp on linux/mingw likePierre Joye2021-08-281-7/+3
* fix linux variants mkdstempPierre Joye2021-08-281-3/+3
* fix windows buildPierre Joye2021-08-281-4/+3
* fix linux/macos buildPierre Joye2021-08-281-0/+4
* don't use gdTestAssert in these functions, we are not testing them. Proper nu...Pierre Joye2021-08-281-18/+78
* for the tests, it seems mingw can fail too often to find/create the tmpidr, l...Pierre Joye2021-08-281-7/+6
* MINGW32 or MINGW64Pierre Joye2021-08-281-1/+1
* Mingw support, and refactor a bit gdTest on Windows, simplifiesPierre Joye2021-08-271-63/+74
* tests/gdtest/CMakeLists.txt: include readdir.c under win (#520)wilson chen2020-04-011-1/+5
* update gdtest.c to support msys (#528)willson-chen2019-10-281-7/+16
* Delete unused marcos #311willson-chen2019-10-221-2/+0
* add stub ABI funcs when formats are disabled #345Mike Frysinger2019-02-091-6/+0
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-2/+2
* Fix memory leak in gdTestImageCompareToImage()Christoph M. Becker2017-09-021-0/+1
* tests: add more checks for libpng (and other deps)Mike Frysinger2017-02-231-4/+8
* tests: fix gdTestAssertMsg handling of messages w/out format flagsMike Frysinger2016-07-221-1/+1
* tests: fix out-of-tree runs with relative imagesMike Frysinger2016-07-211-1/+1
* tests: add missing newlines to error messagesMike Frysinger2016-07-211-1/+1
* tests: drop test_config.hMike Frysinger2016-07-215-10/+2
* No need to print the message argument of _gdTestAssertMsg()Christoph M. Becker2016-07-201-2/+0
* WSPierre Joye2016-07-171-1/+1
* Merge branch 'master' of github.com:libgd/libgdPierre Joye2016-07-121-3/+4
|\
| * Don't free NULL fp when image doesn't exist in gdTestImageFromPngOndřej Surý2016-07-121-3/+4
* | #249, fix use of given temporary file name to be created in the tmpdir on win...Pierre Joye2016-07-121-15/+18
|/
* #249 fix gdtest for windows pathsPierre Joye2016-07-123-4/+261
* port gdTestTempFile and gdTestTempDir to windowsPierre Joye2016-07-121-5/+154
* implement clean_dir on windowsPierre Joye2016-07-111-0/+18
* Fix 228: gdAssertImageEquals() can't be usedChristoph M. Becker2016-06-151-3/+3
* fix bad mergePierre Joye2016-06-151-2/+1
* Merge branch 'GD-2.2'Pierre Joye2016-06-152-4/+8
|\
| * gdTestAssert should not accept any message. Also crashes if assert failedPierre Joye2016-06-142-6/+6
* | tests: add helpers for accessing test dataMike Frysinger2016-06-032-6/+74
* | tests: clean up GDTEST_STRING_MAX usageMike Frysinger2016-06-032-10/+7
|/
* calc diff and store the max diff for a channelpierre2016-06-041-0/+4
* tests: rework handling of temp output filesMike Frysinger2016-05-172-0/+129
* fix various gcc/clang warnings found with -WallMike Frysinger2016-05-131-1/+1
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+5
* C89 compat; define vars at top of functionNathanael Jones2015-01-071-4/+4
* Add gdTestAssertMsg(condition, formatmessage, variables) to support detailed ...Nathanael Jones2014-10-022-2/+29
* Improved testing codeChris Reuter2013-10-092-0/+53
* Remove extra file, line from rewritten _gdTestErrorMsgOndřej Surý2013-05-281-1/+1
* Fix warning: ISO C99 requires rest arguments to be used [enabled by default]Ondřej Surý2013-05-221-1/+1
* Fix warning: C++ style comments are not allowed in ISO C90 [enabled by default]Ondřej Surý2013-05-221-1/+1
* silence -Wunused-variableTakeshi Abe2013-05-071-1/+3