diff options
| author | Frank Ch. Eigler <[email protected]> | 2024-06-03 18:14:52 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <[email protected]> | 2024-06-04 11:21:51 -0400 |
| commit | 30b5592a34a69b43018763428a0bfbe29d91ab68 (patch) | |
| tree | e598b85b98ed38cbad24681de45adefbfda7738f /tests | |
| parent | b55ee2535c396131ffe2b043797e2be94e20dfa9 (diff) | |
rework debuginfod configury
Rework the top level configure.ac to systematize the
debuginfod-related checks, inferences, rejections,
and configuration outputs.
Tested by hand on a F39 machine, installing/uninstalling
the various dependencies one at a time, and rerunning
the configury with / without --enable-*debuginfod* flags.
Signed-off-by: Frank Ch. Eigler <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3cc9ded4..771dd01d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -209,7 +209,6 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ run-disasm-riscv64.sh \ run-pt_gnu_prop-tests.sh \ run-getphdrnum.sh run-test-includes.sh \ - run-debuginfod-client-profile.sh \ leb128 read_unaligned \ msg_tst system-elf-libelf-test system-elf-gelf-test \ $(asm_TESTS) run-disasm-bpf.sh run-low_high_pc-dw-form-indirect.sh \ @@ -272,6 +271,7 @@ TESTS += run-debuginfod-dlopen.sh \ run-debuginfod-webapi-concurrency.sh \ run-debuginfod-section.sh \ run-debuginfod-IXr.sh \ + run-debuginfod-client-profile.sh \ run-debuginfod-find-metadata.sh endif if !OLD_LIBMICROHTTPD |
