libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix some test descriptions


From: Ralf Wildenhues
Subject: FYI: fix some test descriptions
Date: Sat, 24 Feb 2007 15:50:11 +0100
User-agent: Mutt/1.5.13 (2007-02-12)

Applied to HEAD.

Cheers,
Ralf

2007-02-24  Ralf Wildenhues  <address@hidden>

        * doc/libtool.texi (Test descriptions): Track the grand test
        suite renaming from 2003-10-14 in the tests documentation.
        assign.test is merged into sh.test.  Fix description of sh.test.
        * tests/sh.test: Likewise.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.221
diff -u -r1.221 libtool.texi
--- doc/libtool.texi    24 Feb 2007 08:52:13 -0000      1.221
+++ doc/libtool.texi    24 Feb 2007 14:43:35 -0000
@@ -4687,29 +4693,31 @@
 prefer building @sc{pic} code (@option{--with-pic}), @file{demo-nopic.test}
 to prefer address@hidden code (@option{--without-pic}).
 
address@hidden deplibs.test
address@hidden deplibs.test
address@hidden demo-deplibs.test
address@hidden demo-deplibs.test
 Many systems cannot link static libraries into shared libraries.
 libtool uses a @code{deplibs_check_method} to prevent such cases.
 This tests checks whether libtool's @code{deplibs_check_method}
 works properly.
 
address@hidden hardcode.test
address@hidden hardcode.test
address@hidden demo-hardcode.test
address@hidden demo-hardcode.test
 On all systems with shared libraries, the location of the library can be
 encoded in executables that are linked against it @pxref{Linking
 executables}.  This test checks the conditions under which your system
 linker hardcodes the library location, and guarantees that they
 correspond to libtool's own notion of how your linker behaves.
 
address@hidden build-relink.test
address@hidden build-relink.test
-Checks whether variable @var{shlibpath_overrides_runpath} is properly
-set.  If the test fails and @var{VERBOSE} is set, it will indicate what
-the variable should have been set to.
address@hidden demo-relink.test
address@hidden depdemo-relink.test
address@hidden demo-relink.test
address@hidden depdemo-relink.test
+These tests check whether variable @var{shlibpath_overrides_runpath} is
+properly set.  If the test fails and @var{VERBOSE} is set, it will
+indicate what the variable should have been set to.
 
address@hidden noinst-link.test
address@hidden noinst-link.test
address@hidden demo-noinst-link.test
address@hidden demo-noinst-link.test
 Checks whether libtool will not try to link with a previously installed
 version of a library when it should be linking with a just-built one.
 
@@ -4779,15 +4787,10 @@
 libraries (@option{--disable-shared}), and @file{mdemo-shared.test} builds
 only shared libraries (@option{--disable-static}).
 
address@hidden dryrun.test
address@hidden dryrun.test
address@hidden mdemo-dryrun.test
address@hidden mdemo-dryrun.test
 This test checks whether libtool's @option{--dry-run} mode works properly.
 
address@hidden assign.test
address@hidden assign.test
-Checks whether we don't put break or continue on the same
-line as an assignment in the libtool script.
-
 @item link.test
 @pindex link.test
 This test guarantees that linking directly against a non-libtool static
@@ -4808,7 +4811,8 @@
 
 @item sh.test
 @pindex sh.test
-Checks whether a @code{test} command was forgotten in libtool.
+Checks for some nonportable or dubious or undesired shell constructs in
+shell scripts.
 
 @item suffix.test
 @pindex suffix.test
Index: tests/sh.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/sh.test,v
retrieving revision 1.30
diff -u -r1.30 sh.test
--- tests/sh.test       23 Jan 2006 18:33:57 -0000      1.30
+++ tests/sh.test       24 Feb 2007 14:43:35 -0000
@@ -1,7 +1,8 @@
 #! /bin/sh
-# sh.test - check that we haven't forgotten a `test' command
+# sh.test - check for some nonportable or dubious or undesired shell
+#           constructs in shell scripts.
 
-# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]