summaryrefslogtreecommitdiff
path: root/tests/wbmp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Correct some test depend errorswilson chen2020-01-022-10/+1
|
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-1/+6
|
* Partially implement #220: tests: replace all printf error messages with ↵Christoph M. Becker2016-07-151-5/+5
| | | | gdTestErrorMsg
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
| | | | | | This makes it a bit cleaner when dealing with optional tests as we use the LIST(APPEND...) command everywhere instead of sometimes SET and sometimes LIST.
* tests: rework handling of temp output filesMike Frysinger2016-05-171-7/+3
| | | | | | | | | Many of the tests open files in local paths for writing which leaves a variety of temp files in the tests subdirs. This ends up failing in a few scenarios like out of tree builds or cmake builds. Add a few helper functions to the common gdtest module to quickly get handles to temp files for the tests to leverage.
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-2/+2
| | | | | | | | | Since we have random files we want to read & check, turn the two read programs into general tools. Then we have shell scripts to run against the right inputs. Most of the changes here are just shuffling variable names so we can add to check_PROGRAMS independently of TESTS.
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+10
| | | | | This matches what we've done with cmake files, and it makes managing the subdirs much easier.
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+1
| | | | | | | | | This makes the test code a lot easier to manage rather than copying & pasting the same boiler plate multiple times. Also take the opportunity to add a common prefix to each test name so we don't get collisions between subdirs if a test happens to use the same exact name.
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+2
| | | | | This makes it easier to keep track of things. The single toplevel list can make it hard to notice when something is stale.
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform ↵Nathanael Jones2015-01-071-2/+1
| | | | compatibility.
* Merge outstanding autotools changesOndřej Surý2013-04-081-3/+0
|
* - apply same CS everywherepierrejoye2013-04-031-2/+2
|
* search GD headers locally at firstTakeshi Abe2013-03-012-2/+2
| | | | at least for gcc's cpp: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1
|
* fix -Wunused-but-set-variabletabe2013-02-111-2/+2
|
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-253-1/+66
|
* fix for FS#204tabe2009-06-183-0/+28
* gdImageCreateFrom*() returns null if null pointer given * gdImage*() puts nothing if null pointer given