]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.texi (Extending): Document installcheck-local. Added
authorTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 02:53:02 +0000 (02:53 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 02:53:02 +0000 (02:53 +0000)
installdirs-local index entry.
(Tests): Document installcheck-local.

ChangeLog
automake.texi
stamp-vti
version.texi

index fada513f7caf54af0976cab4dc751263ae297bfa..16d3265500c4428fee7f512f5413af4bfa285820 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-12-31  Tom Tromey  <tromey@redhat.com>
 
+       * automake.texi (Extending): Document installcheck-local.  Added
+       installdirs-local index entry.
+       (Tests): Document installcheck-local.
+
        * automake.in (handle_single_transform_list): Indentation fix.
 
 2001-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
index 108f65fab75742738ece168bde964c5c94703d02..2ac960bda244fcb0a751d1300e374d44875d3566 100644 (file)
@@ -3839,6 +3839,12 @@ The contents of the variable @code{RUNTESTFLAGS} are passed to the
 
 In either case, the testing is done via @samp{make check}.
 
+@section Install Tests
+
+The @code{installcheck} target is available to the user as a way to run
+any tests after the package has been installed.  You can add tests to
+this by writing an @code{installcheck-local} target.
+
 
 @node Options, Miscellaneous, Tests, Top
 @chapter Changing Automake's Behavior
@@ -4372,12 +4378,14 @@ with these user-supplied targets.
 @trindex  mostlyclean-local
 @trindex  clean-local
 @trindex  distclean-local
+@trindex  installdirs-local
+@trindex  installcheck-local
 
 The targets that support a local version are @code{all}, @code{info},
 @code{dvi}, @code{check}, @code{install-data}, @code{install-exec},
-@code{uninstall}, @code{installdirs} and the various @code{clean}
-targets (@code{mostlyclean}, @code{clean}, @code{distclean}, and
-@code{maintainer-clean}).  Note that there are no
+@code{uninstall}, @code{installdirs}, @code{installcheck} and the
+various @code{clean} targets (@code{mostlyclean}, @code{clean},
+@code{distclean}, and @code{maintainer-clean}).  Note that there are no
 @code{uninstall-exec-local} or @code{uninstall-data-local} targets; just
 use @code{uninstall-local}.  It doesn't make sense to uninstall just
 data or just executables.
index 7306789a83fa267f966ac33be5d1a640be374f70..f8379f67163e0e2af6d158526a29e86d340dbb6f 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 30 December 2001
+@set UPDATED 31 December 2001
 @set UPDATED-MONTH December 2001
 @set EDITION 1.5c
 @set VERSION 1.5c
index 7306789a83fa267f966ac33be5d1a640be374f70..f8379f67163e0e2af6d158526a29e86d340dbb6f 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 30 December 2001
+@set UPDATED 31 December 2001
 @set UPDATED-MONTH December 2001
 @set EDITION 1.5c
 @set VERSION 1.5c