diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 12:10:46 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 12:10:46 +0200 |
commit | cbc0fc858b4acbc7116fa52c955e2d73f65ffabd (patch) | |
tree | 07bef49f4026327a60e8cfce3383723d61f8c2a2 /doc | |
parent | 917d095981ecfc3cc09fff4f758fe46f1ee9a354 (diff) | |
download | automake-cbc0fc858b4acbc7116fa52c955e2d73f65ffabd.tar.gz |
cosmetics: fix typos and references in comments
* lib/am/check.am: Here.
* doc/automake.texi: And here.
* t/*.sh: And in several of these tests.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/automake.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/automake.texi b/doc/automake.texi index 20af53e4e..a168bb911 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8492,7 +8492,7 @@ dist-hook: rm -rf `find $(distdir)/doc -type d -name .svn` @end example -@c The caveates described here should be documented in 'disthook.test'. +@c The caveates described here should be documented in 'disthook.sh'. @noindent Note that the @code{dist-hook} recipe shouldn't assume that the regular files in the distribution directory are writable; this might not be the @@ -9257,7 +9257,7 @@ parallel @command{make -j@var{N}}, so be sure they are prepared for concurrent execution. @cindex Unit tests -@c Keep in sync with 'parallel-tests-extra-programs.test'. +@c Keep in sync with 'parallel-tests-extra-programs.sh'. The combination of lazy test execution and correct dependencies between tests and their sources may be exploited for efficient unit testing during development. To further speed up the edit-compile-test cycle, it @@ -9516,7 +9516,7 @@ text holding the name and/or a brief description of the corresponding test; the @option{parallel-tests} harness will ignore such extra text when generating @file{test-suite.log} and preparing the testsuite summary. -@c Keep in sync with 'test-metadata-recheck.test'. +@c Keep in sync with 'test-metadata-recheck.sh'. @item @code{:recheck:} @cindex :recheck: @cindex reStructuredText field, @code{:recheck:} @@ -9525,7 +9525,7 @@ test script will @emph{not} be run upon a @command{make recheck}. What happens when two or more @code{:recheck:} fields are present in the same @file{.trs} file is undefined behaviour. -@c Keep in sync with 'test-metadata-global-log.test'. +@c Keep in sync with 'test-metadata-global-log.sh'. @item @code{:copy-in-global-log:} @cindex :copy-in-global-log: @cindex reStructuredText field, @code{:copy-in-global-log:} @@ -9537,7 +9537,7 @@ just a waste of space in normal situations, e.g., when a test script is successful. What happens when two or more @code{:copy-in-global-log:} fields are present in the same @file{.trs} file is undefined behaviour. -@c Keep in sync with 'test-metadata-global-result.test'. +@c Keep in sync with 'test-metadata-global-result.sh'. @item @code{:test-global-result:} @cindex :test-global-result: @cindex reStructuredText field, @code{:test-global-result:} @@ -9662,7 +9662,7 @@ supports the following options, whose names are chosen for enhanced compatibility with the @command{prove} utility. @table @option -@c Keep in sync with 'tap-exit.test' and 'tap-signal.tap'. +@c Keep in sync with 'tap-exit.sh' and 'tap-signal.tap'. @item --ignore-exit Causes the test driver to ignore the exit status of the test scripts; by default, the driver will report an error if the script exits with a |