Test: rework shell test scripts
[babeltrace.git] / tests / plugins / test_dwarf_complete.in
old mode 100755 (executable)
new mode 100644 (file)
index a3f026d..a0ae51b
 # 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"
This page took 0.026413 seconds and 4 git commands to generate.