Put `flt.lttng-utils.debug-info` tests into their own directory
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 13 Jun 2019 15:22:26 +0000 (11:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Jun 2019 21:12:13 +0000 (17:12 -0400)
commit82c537ae0e9f9c5dc74c9dc88e05fc02d318dcfc
treeeaa37f8bd814a80b7be28354fca951c0df86c3cc
parent3321b9ebbec22bd554971cc406535426d1289dbd
Put `flt.lttng-utils.debug-info` tests into their own directory

The goal is to have each component class tests in their own directory
under `tests/plugins`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I3f68d2af9087690c6a34d238197c9bb9e96b021c
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1423
Tested-by: jenkins
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
29 files changed:
.gitignore
configure.ac
tests/Makefile.am
tests/plugins/Makefile.am
tests/plugins/flt.lttng-utils.debug-info/Makefile.am [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_bin_info.c [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_bin_info_i386-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_bin_info_powerpc64le-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_dwarf.c [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_dwarf_i386-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_dwarf_powerpc64le-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_dwarf_x86_64-linux-gnu.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.in [new file with mode: 0644]
tests/plugins/flt.lttng-utils.debug-info/test_lttng_utils_debug_info.py [new file with mode: 0644]
tests/plugins/test_bin_info.c [deleted file]
tests/plugins/test_bin_info_i386-linux-gnu.in [deleted file]
tests/plugins/test_bin_info_powerpc-linux-gnu.in [deleted file]
tests/plugins/test_bin_info_powerpc64le-linux-gnu.in [deleted file]
tests/plugins/test_bin_info_x86_64-linux-gnu.in [deleted file]
tests/plugins/test_dwarf.c [deleted file]
tests/plugins/test_dwarf_i386-linux-gnu.in [deleted file]
tests/plugins/test_dwarf_powerpc-linux-gnu.in [deleted file]
tests/plugins/test_dwarf_powerpc64le-linux-gnu.in [deleted file]
tests/plugins/test_dwarf_x86_64-linux-gnu.in [deleted file]
tests/plugins/test_lttng_utils_debug_info.in [deleted file]
tests/plugins/test_lttng_utils_debug_info.py [deleted file]
This page took 0.026092 seconds and 4 git commands to generate.