From: Ileana Dumitrescu Date: Sat, 14 Mar 2026 14:01:19 +0000 (+0200) Subject: doc/libtool.texi: Add descriptions for new tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ce1a15e618dd86a818549772a0520c8ec8905c;p=thirdparty%2Flibtool.git doc/libtool.texi: Add descriptions for new tests --- diff --git a/doc/libtool.texi b/doc/libtool.texi index d9f1a22c6..b6857b724 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -5552,6 +5552,10 @@ installing these libraries and programs; however, use consistent relative paths between @command{libtool} @option{--mode=link} and @command{libtool} @option{--mode=install} in this test. +@item @file{tests/deplib-path.at} +Tests linking shared deplibs by @file{libN.so} name and ensures linking +@file{libN.so}, @file{-l:libN.so} and @file{-lN} is equivalent. + @item @file{tests/deplibs-ident.at} Tests the correct detection and handling of identical dependency libraries when using @command{libtool}. @@ -5766,6 +5770,9 @@ Additionally, this tests the behaviour of the @code{shlibpath_overrides_runpath} variable, which determines if it possible to override an executable's hardcoded library search path with an environment variable. +@item @file{tests/slimcc.at} +Tests for issues linking libraries in different order with the slimcc compiler. + @item @file{tests/slist.at} Tests the functionality of the SList datastructure, which is an implementation of singly linked lists. Tests include verifying the usual linked list