X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest_bin_info_complete.in;h=09ab708e965095b00b8c2ebfd2dae70c4d9f6077;hb=03f007c88338aad6a1d1f30a757401e0093fa23f;hp=3ca7ca23e77017e680119e47e5d55e73d4b85ce9;hpb=2b186c3e0b5b7970aa1d0bad341facc4a8580c19;p=babeltrace.git diff --git a/tests/plugins/test_bin_info_complete.in b/tests/plugins/test_bin_info_complete.in old mode 100755 new mode 100644 index 3ca7ca23..09ab708e --- a/tests/plugins/test_bin_info_complete.in +++ b/tests/plugins/test_bin_info_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_bin_info" "$DEBUG_INFO_DATA" +script="$(readlink -f "$0")" +curdir="$(dirname "$script")" + +debug_info_data="${BT_SRC_PATH}/tests/debug-info-data" + +"${curdir}/test_bin_info" "$debug_info_data"