<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgd.git/tests/gdimagecolorreplace, branch master</title>
<subtitle>github.com: libgd/libgd
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/'/>
<entry>
<title>tests: Correct some test depend errors</title>
<updated>2020-01-02T12:27:29+00:00</updated>
<author>
<name>wilson chen</name>
<email>willson.chenwx@gmail.com</email>
</author>
<published>2020-01-02T12:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=b1151dedb1676926bf256e4a035f616aa1c0a160'/>
<id>b1151dedb1676926bf256e4a035f616aa1c0a160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: sync feature enable lists in cmake files #382</title>
<updated>2017-02-15T16:14:25+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2017-02-15T16:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=12a0f039b39b2b502e30509e6e71913e64c70463'/>
<id>12a0f039b39b2b502e30509e6e71913e64c70463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Partially implement #220: tests: replace all printf error messages with gdTestErrorMsg</title>
<updated>2016-07-15T12:59:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-07-13T02:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=e210ff1149e97b990900fd8165db15c3ab022d51'/>
<id>e210ff1149e97b990900fd8165db15c3ab022d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: cmake: switch to list appending</title>
<updated>2016-06-15T19:02:13+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-06-15T19:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=3bb6aac422c9beaf043d67a8911f2c0222060699'/>
<id>3bb6aac422c9beaf043d67a8911f2c0222060699</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix various gcc/clang warnings found with -Wall</title>
<updated>2016-05-14T02:19:26+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-05-14T02:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=75c38f6b32e04649196f17f3b52d682dacbd007b'/>
<id>75c38f6b32e04649196f17f3b52d682dacbd007b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: gd2: add general read test helpers #208</title>
<updated>2016-05-01T01:52:45+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-05-01T01:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=0315e441ec787ab95131d8ef679672e50018dbc7'/>
<id>0315e441ec787ab95131d8ef679672e50018dbc7</id>
<content type='text'>
Since we have random files we want to read &amp; 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we have random files we want to read &amp; 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: split up makefile entries</title>
<updated>2016-05-01T01:02:45+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-05-01T00:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=613e8c93e35a494209f80c253dfee408fef44ff4'/>
<id>613e8c93e35a494209f80c253dfee408fef44ff4</id>
<content type='text'>
This matches what we've done with cmake files, and it makes managing
the subdirs much easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches what we've done with cmake files, and it makes managing
the subdirs much easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: unify cmake test code into a single macro</title>
<updated>2016-05-01T01:02:45+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-04-30T20:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=adc8598dcb19ac70c588b6298418df7b7c274bc2'/>
<id>adc8598dcb19ac70c588b6298418df7b7c274bc2</id>
<content type='text'>
This makes the test code a lot easier to manage rather than copying &amp;
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the test code a lot easier to manage rather than copying &amp;
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: split up test entries</title>
<updated>2016-04-30T17:56:19+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-04-30T17:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=4c6a07b263243cfbe4d9f81f9590c8c1d0c1dc43'/>
<id>4c6a07b263243cfbe4d9f81f9590c8c1d0c1dc43</id>
<content type='text'>
This makes it easier to keep track of things.  The single toplevel list
can make it hard to notice when something is stale.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to keep track of things.  The single toplevel list
can make it hard to notice when something is stale.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to long-syntax CMAKE add_test command to improve cross-platform compatibility.</title>
<updated>2015-01-07T06:39:10+00:00</updated>
<author>
<name>Nathanael Jones</name>
<email>nathanael.jones@gmail.com</email>
</author>
<published>2014-10-17T15:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgd.git/commit/?id=b52b9c5579f73b3e6370532a6d7c0199deb0ed7d'/>
<id>b52b9c5579f73b3e6370532a6d7c0199deb0ed7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
