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>
Tue, 3 May 2016 19:42:42 +0000 (15:42 -0400)
commit05d31afb273ebce4128dbdb16caec75a14f6b620
treed92cf73e56f8adf89d2b9bc183da419ec43d57e8
parent4369fbb4d54e3d880b63d20a085517150d27236a
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.024918 seconds and 4 git commands to generate.