Fix: Make test_dwarf and test_bin_info tests work out-of-tree
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 28 Apr 2016 16:43:37 +0000 (12:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Apr 2016 18:59:13 +0000 (14:59 -0400)
commit3413e389057d5c6151a882c34a38c4722542a632
tree029bbb59277b8b498e98c1f0b46de15bcdfbbcb7
parentd6a1ced5f69151dd7b6fe466626a7f5834df7548
Fix: Make test_dwarf and test_bin_info tests work out-of-tree

When building out of tree, these tests fail to find the test data.
This patch makes them (their _complete wrappers, actually) generated
by Autoconf, so the proper path to the test data (which is in the
source directory) can be written.

We can also get rid of SCRIPT_LIST and it's custom rules.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
tests/lib/Makefile.am
tests/lib/test_bin_info_complete [deleted file]
tests/lib/test_bin_info_complete.in [new file with mode: 0755]
tests/lib/test_dwarf_complete [deleted file]
tests/lib/test_dwarf_complete.in [new file with mode: 0755]
This page took 0.024971 seconds and 4 git commands to generate.