X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest_dwarf_complete.in;h=a0ae51b58bdd7f3c665fa235caf3474cf5e95dd3;hb=03f007c88338aad6a1d1f30a757401e0093fa23f;hp=a3f026d649244b7f5df88e490e282f256fa2034c;hpb=2b186c3e0b5b7970aa1d0bad341facc4a8580c19;p=babeltrace.git diff --git a/tests/plugins/test_dwarf_complete.in b/tests/plugins/test_dwarf_complete.in old mode 100755 new mode 100644 index a3f026d6..a0ae51b5 --- a/tests/plugins/test_dwarf_complete.in +++ b/tests/plugins/test_dwarf_complete.in @@ -17,6 +17,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -DEBUG_INFO_DATA="@abs_top_srcdir@/tests/debug-info-data" +NO_SH_TAP=1 +. "@abs_top_builddir@/tests/utils/common.sh" -"@abs_top_builddir@/tests/lib/test_dwarf" "$DEBUG_INFO_DATA" +script="$(readlink -f "$0")" +curdir="$(dirname "$script")" + +debug_info_data="${BT_SRC_PATH}/tests/debug-info-data" + +"${curdir}/test_dwarf" "$debug_info_data"