From: Ralf Wildenhues Date: Sun, 23 Nov 2008 20:10:23 +0000 (+0100) Subject: No trailing period in Autotest test group names. X-Git-Tag: v2.2.7b~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6d628415daaacc5b8a0176a1dc176cdd4dbdcc5;p=thirdparty%2Flibtool.git No trailing period in Autotest test group names. * tests/link-order.at (Link order test): Drop trailing period from test name. * tests/link-order2.at (Link order of deplibs): Likewise. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 39762010e..33fe80570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-23 Ralf Wildenhues + + No trailing period in Autotest test group names. + * tests/link-order.at (Link order test): Drop trailing period + from test name. + * tests/link-order2.at (Link order of deplibs): Likewise. + 2008-11-23 Vincent Torri (tiny change) Fix func_emit_cwrapperexe_src for WinCE: no errno support. diff --git a/tests/link-order.at b/tests/link-order.at index ce52cc94d..c12ba0bf6 100644 --- a/tests/link-order.at +++ b/tests/link-order.at @@ -1,6 +1,6 @@ # link-order.at -- ensure that library linking order matches -*- Autotest -*- # -# Copyright (C) 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Alexandre Oliva & Ralf Wildenhues, 2005 # # This file is part of GNU Libtool. @@ -23,7 +23,7 @@ #### -AT_SETUP([Link order test.]) +AT_SETUP([Link order test]) AT_KEYWORDS([libtool]) eval `$LIBTOOL --config | $EGREP '^(hardcode_direct|hardcode_direct_absolute|shrext_cmds)='` LDFLAGS="$LDFLAGS -no-undefined" diff --git a/tests/link-order2.at b/tests/link-order2.at index 91328b1c7..8e5712fb5 100644 --- a/tests/link-order2.at +++ b/tests/link-order2.at @@ -1,6 +1,6 @@ # link-order2.at -- test link order of deplibs -*- Autotest -*- # -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Ralf Wildenhues, 2006 # # This file is part of GNU Libtool. @@ -33,7 +33,7 @@ # actually loaded in each case, we also use an unrelated symbol # from it directly in the main program. We test for failure by # reversing the link order. -# We test both static and shared: it should work in both cases. +# We test both static and shared: it should work in both cases. # But for the static case to work, the two symbols in the depdepl # need to be in separate object files, otherwise duplicate symbol # definitions can happen. @@ -43,7 +43,7 @@ # and only with MACOS_DEPLOYMENT_TARGET 10.2 and earlier # (in that case $allow_undefined_flag contains -flat_namespace). -AT_SETUP([Link order of deplibs.]) +AT_SETUP([Link order of deplibs]) AT_KEYWORDS([libtool]) eval `$LIBTOOL --config | $EGREP '^(shlibpath_var|allow_undefined_flag)='`