]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: run-debuginfod-seekable.sh depends on LZMA and DEBUGINFOD
authorMark Wielaard <mark@klomp.org>
Tue, 22 Oct 2024 11:48:22 +0000 (13:48 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 23 Oct 2024 22:07:21 +0000 (00:07 +0200)
commit5c3e02e5dc3dd46a07d5d9d148dcc8000191c834
treeb038cca4581a6ba8044ea5b2b6ad8a2645c87970
parent0f3b436b7e4fc4d310be79a62e40a115fdc482d0
tests: run-debuginfod-seekable.sh depends on LZMA and DEBUGINFOD

The run-debuginfod-seekable.sh test would run (and fail) if lzma
support was enabled, but debuginfod wasn't build. Only run it when
both are available.

     * tests/Makefile.am (TESTS): Add run-debuginfod-seekable.sh if
     DEBUGINFOD and LZMA.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/Makefile.am