tests: Build new x86_64-linux-gnu debug-info artifacts
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 9 May 2019 15:09:08 +0000 (11:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commitab9abfca1e296048bbcef0d246cf32f014a87ad2
tree277a657c7dca80f9cef88460042c84b13e25018e
parent13c990f9a1bdb220196e2ad2e8c8ab8138fc4734
tests: Build new x86_64-linux-gnu debug-info artifacts

Build new debug info tests artifacts using the Makefile and namespace
them and the related tests with 'x86_64-linux-gnu'. This will allow
adding artifacts from different architectures to improve the test
coverage.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I97bd5052e9c3537f625581d21723e848c2a373b7
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1344
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
22 files changed:
.gitignore
configure.ac
tests/Makefile.am
tests/debug-info-data/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug [deleted file]
tests/debug-info-data/libhello_build_id_so [deleted file]
tests/debug-info-data/libhello_debug_link_so [deleted file]
tests/debug-info-data/libhello_debug_link_so.debug [deleted file]
tests/debug-info-data/libhello_elf_so [deleted file]
tests/debug-info-data/libhello_so [deleted file]
tests/debug-info-data/x86_64-linux-gnu/build_id/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug [new file with mode: 0755]
tests/debug-info-data/x86_64-linux-gnu/build_id/libhello_so [new file with mode: 0755]
tests/debug-info-data/x86_64-linux-gnu/debug_link/libhello_so [new file with mode: 0755]
tests/debug-info-data/x86_64-linux-gnu/debug_link/libhello_so.debug [new file with mode: 0755]
tests/debug-info-data/x86_64-linux-gnu/dwarf_full/libhello_so [new file with mode: 0755]
tests/debug-info-data/x86_64-linux-gnu/elf_only/libhello_so [new file with mode: 0755]
tests/plugins/Makefile.am
tests/plugins/test_bin_info.c
tests/plugins/test_bin_info_complete.in [deleted file]
tests/plugins/test_bin_info_x86_64-linux-gnu.in [new file with mode: 0644]
tests/plugins/test_dwarf.c
tests/plugins/test_dwarf_complete.in [deleted file]
tests/plugins/test_dwarf_x86_64-linux-gnu.in [new file with mode: 0644]
This page took 0.026656 seconds and 4 git commands to generate.