2 Commits
Author SHA1 Message Date
Florian Klink c45f008187 auto-patchelf: add IgnoredDependency event
This logs when there was a missing dependency that was matched by an
ignore pattern.

The test case is extended to also check for having the IgnoredDependency
events in the structured log output.
2026-01-27 13:20:46 +02:00
Florian Klink 518d82c5be tests.auto-patchelf-structured-log: init
This adds a test for the --structured-log feature of auto-patchelf.

When auto-patchelf'ing ToneLib-Jam and only making freetype available,
we expect:

 - one "SetInterpreter" line
 - 3 "Dependency" lines (of which one found)
 - one SetRpath line (containing freetype)
2026-01-25 21:37:36 +02:00