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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 17 Jun 2019 20:56:59 +0000 (16:56 -0400)
commit662514648ee42c5c45fe27a0d4702ef825eb4b16
treeed011edc2c09c0109d939fe0853939d4295d5947
parentcb0775f4167b5115ce71cf41d4d94719d08ef763
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.027131 seconds and 4 git commands to generate.