summaryrefslogtreecommitdiff
path: root/tests/gdimagefilledellipse
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #169: update var type to hold bigger w&h for ellipse (#565)wilson chen2020-02-095-0/+26
| | | Update var type to hold bigger w&h for ellipse. And add corresponding test cases.
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
| | | | | This is preparation for adding some linting checks for new commits from people. Shouldn't be any functional changes here (tests still pass!).
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-0/+2
|
* Remove useless SVN IdsChristoph M. Becker2016-07-152-2/+0
|
* missing png extensionPierre Joye2016-06-241-1/+1
|
* Merge branch 'GD-2.2'Pierre Joye2016-06-241-0/+1
|\ | | | | | | | | * GD-2.2: fix #238, add test for gdImageFilledEllipse, add gitignore entry
| * fix #238, add test for gdImageFilledEllipse, add gitignore entryPierre Joye2016-06-241-0/+1
| |
* | Merge branch 'GD-2.2'Pierre Joye2016-06-244-2/+38
|\ \ | |/ | | | | | | * GD-2.2: fix #238, add test for gdImageFilledEllipse
| * fix #238, add test for gdImageFilledEllipsePierre Joye2016-06-244-2/+38
| |
| * tests: add helpers for accessing test dataMike Frysinger2016-06-152-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. Fixes #231.
* | 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: add helpers for accessing test dataMike Frysinger2016-06-032-6/+2
|/ | | | | | | | | | | 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.
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-1/+1
| | | | | | | | | 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-032-17/+17
|
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1
|
* drop obsolete .cvsignoretabe2013-02-071-6/+0
|
* fixed FS#191; draw the center line regardless of thickness.tabe2009-01-184-1/+23
|
* get a test executable' location from its target property.tabe2009-01-071-1/+2
|
* revert to the previous revision, as EXECUTABLE_OUTPUT_PATH enabled again.tabe2009-01-061-1/+1
|
* fixed the executable paths.tabe2009-01-041-1/+1
|
* - add Makefile.am (to be packaged when used with auto*)pajoye2008-05-101-0/+3
|
* - fix tests running under MinGWpajoye2008-04-181-2/+2
| | | | | - jpeg and freetpye (2.3.5) compiled under mingw seems to behaves differently. jpeg_read and freetype/bug00132 tests fail. I will have to investigate later
* - mv src/tests testspajoye2007-10-024-0/+37