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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 19:04:56 +0000 (15:04 -0400)
commit6a2847334d16012b9cfbf11b08aac5535ab3153a
tree7e866e6328628f1fb3d7743726399fd39c12467a
parentae1623bb62f07657a48f493fe7d744bfb3039335
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.025551 seconds and 4 git commands to generate.