+2008-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ 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 <vtorri@univ-evry.fr> (tiny change)
Fix func_emit_cwrapperexe_src for WinCE: no errno support.
# 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.
####
-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"
# 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.
# 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.
# 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)='`