]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
doc/libtool.texi: Add descriptions for new tests
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 14 Mar 2026 14:01:19 +0000 (16:01 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 22 Apr 2026 17:15:24 +0000 (20:15 +0300)
doc/libtool.texi

index d9f1a22c6d3cec70b00738a9bd674f8c8a53e462..b6857b724f6bea3e5a24ae58d2d59c4272ba020b 100644 (file)
@@ -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