From: Stefano Lattarini Date: Tue, 14 Sep 2010 20:16:35 +0000 (+0200) Subject: tests/README: Don't put GCS mandated tools in $required. X-Git-Tag: v1.11.1b~52^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59db71ca887b2cc5b84eb05d1abeb588d3bfea47;p=thirdparty%2Fautomake.git tests/README: Don't put GCS mandated tools in $required. --- diff --git a/ChangeLog b/ChangeLog index 7b64d5503..a6f712d19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-14 Stefano Lattarini + + * tests/README: Don't put GCS mandated tools in $required. + 2010-09-13 Ralf Wildenhues * HACKING: Hint at old commits with `git describe' output. diff --git a/tests/README b/tests/README index 7d74083c6..a06334866 100644 --- a/tests/README +++ b/tests/README @@ -93,7 +93,9 @@ Do Cite the PR number (if any), and the original reporter (if any), so we can find or ask for information if needed. - Use `required=...' for required tools. + Use `required=...' for required tools. Do not explicitly require + tools which can be taken for granted because they're listed in the + GNU Coding Standards (for example, `gzip'). Include ./defs in every test script (see existing tests for examples of how to do this).