<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/check.mk, branch v8.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2010-04-07T09:47:28Z</updated>
<entry>
<title>tests: add a PATH-sanity-check to help-version</title>
<updated>2010-04-07T09:47:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-04-07T09:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f6b2f46714c7aab9f1402008f12f8c83487a5761'/>
<id>urn:sha1:f6b2f46714c7aab9f1402008f12f8c83487a5761</id>
<content type='text'>
* tests/misc/help-version: Sync from gzip's version.
* tests/check.mk (TESTS_ENVIRONMENT): Export VERSION, as required
for new help-version test.
</content>
</entry>
<entry>
<title>maint: use $(CONFIG_INCLUDE) rather than the hardcoding lib/config.h</title>
<updated>2010-02-01T13:32:46Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-01-28T18:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6e8f368e079cd7ae830c1bf64f82db4ea7d00397'/>
<id>urn:sha1:6e8f368e079cd7ae830c1bf64f82db4ea7d00397</id>
<content type='text'>
* tests/check.mk (TESTS_ENVIRONMENT): Use the generated CONFIG_INCLUDE
variable.  Note $(abs_builddir)/$(CONFIG_HEADER) also currently works,
but $(CONFIG_HEADER) is deprecated and may not be generated in future.
$(CONFIG_INCLUDE) was made available by gnulib in commit, 22970f8a,
"syntax-check: detect incorrect boolean macro values in config.h"
</content>
</entry>
<entry>
<title>maint: fix tests on solaris by using /usr/xpg4/bin</title>
<updated>2010-01-12T10:26:27Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-01-12T10:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b81cdbf31ecf504aa9580ef04bfdcfa57311fdba'/>
<id>urn:sha1:b81cdbf31ecf504aa9580ef04bfdcfa57311fdba</id>
<content type='text'>
* tests/check.mk: Prepend /usr/xpg4/bin to the $PATH if present.
Using the more standard utilities allows tests such as misc/printenv,
which uses the -E option to grep, to complete.
</content>
</entry>
<entry>
<title>maint: update all FSF copyright year lists to include 2010</title>
<updated>2010-01-01T13:06:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-01T09:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1aa17dc89b3f313697661541adca0aa0defbdc09'/>
<id>urn:sha1:1aa17dc89b3f313697661541adca0aa0defbdc09</id>
<content type='text'>
Use this command:
git ls-files | grep -v COPYING \
  | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
      build-aux/update-copyright
</content>
</entry>
<entry>
<title>tests: use a slightly better CU_TEST_NAME setting</title>
<updated>2009-12-11T12:59:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-12-11T12:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ca39c9c30843573748774a84051a8a9fdeddde4b'/>
<id>urn:sha1:ca39c9c30843573748774a84051a8a9fdeddde4b</id>
<content type='text'>
* tests/check.mk (CU_TEST_NAME): Better test names.
</content>
</entry>
<entry>
<title>build: use Automake's new parallel-tests feature</title>
<updated>2009-03-31T18:29:01Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2009-03-14T11:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f8268d3baecee552e13efb916693bfa51734862b'/>
<id>urn:sha1:f8268d3baecee552e13efb916693bfa51734862b</id>
<content type='text'>
* build-aux/check.mk: Remove, not needed any more.
* tests/Makefile.am (AUTOMAKE_OPTIONS): Add parallel-tests and
color-tests.
* tests/check.mk: Do not include build-aux/check.mk any more.
(SUFFIXES, TEST_LOGS): Remove.
(TESTS_ENVIRONMENT): Use $$f rather than $$tst in $PERL invocation.
* gnulib-tests/Makefile.am: Do not include build-aux/check.mk.
(AUTOMAKE_OPTIONS): New macro, add parallel-test and color-tests.
(TEST_LOGS): Remove.
</content>
</entry>
<entry>
<title>tests: when skipping a test, say why on screen, not just in the log</title>
<updated>2009-03-02T08:35:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-27T08:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1c7d5b58476d5bf5ab8db5d025b7d0820611aae7'/>
<id>urn:sha1:1c7d5b58476d5bf5ab8db5d025b7d0820611aae7</id>
<content type='text'>
* tests/test-lib.sh: Redirect also to descriptor 9.
Better one-line why-skip diagnostics.
* tests/check.mk (TESTS_ENVIRONMENT): Redirect 9 to stderr.
* tests/misc/pwd-unreadable-parent: Remove redundant "skipping..." diag.
</content>
</entry>
<entry>
<title>tests: seq: check for today's extended long double fix</title>
<updated>2008-10-26T09:45:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-25T09:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b4ec994b26662f890da855c8a1914aff4d2d3faa'/>
<id>urn:sha1:b4ec994b26662f890da855c8a1914aff4d2d3faa</id>
<content type='text'>
* tests/misc/seq-long-double: New file.  Test for today's bug fix.
* tests/check.mk (TESTS_ENVIRONMENT): Export CC definition.
* tests/Makefile.am (TESTS): Add misc/seq-long-double.
* NEWS (Bug fixes): Mention it.
</content>
</entry>
<entry>
<title>tests: fix the install/strip-program test</title>
<updated>2008-10-04T15:12:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-04T15:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fbc5aa7c47597694d8973a134143a2281748eec6'/>
<id>urn:sha1:fbc5aa7c47597694d8973a134143a2281748eec6</id>
<content type='text'>
* tests/install/strip-program: Use $PREFERABLY_POSIX_SHELL,
not POSIX_SHELL.  The latter may be empty, and would fail
on OpenBSD 3.9.
* tests/check.mk (TESTS_ENVIRONMENT): Propagate
PREFERABLY_POSIX_SHELL to tests.
</content>
</entry>
<entry>
<title>fix make variable quotation error</title>
<updated>2008-09-29T20:49:08Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2008-09-29T20:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0482f193b56d3e915efba78ba116915edf806bfd'/>
<id>urn:sha1:0482f193b56d3e915efba78ba116915edf806bfd</id>
<content type='text'>
* tests/check.mk (TESTS_ENVIRONMENT): Quote shell variable
$tmp__, fix expansion.
</content>
</entry>
</feed>
