branch: development
commit c0ce1a15e618dd86a818549772a0520c8ec8905c
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Sat Mar 14 16:01:19 2026 +0200
doc/libtool.texi: Add descriptions for new tests
---
doc/libtool.texi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/libtool.texi b/doc/libtool.texi
index d9f1a22c..b6857b72 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