X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_ctf_writer_complete.in;h=abb057586e5e80cfaec261b519042a9cbd69fc76;hb=21ca10d72ffb411793888148f300a0ef69de7300;hp=5bd1c97f24e0a2aa9669a72bb8e2cb5f40f20616;hpb=4cf88cf13efac254e036f410d3c6919f6e85b05d;p=babeltrace.git diff --git a/tests/lib/test_ctf_writer_complete.in b/tests/lib/test_ctf_writer_complete.in old mode 100755 new mode 100644 index 5bd1c97f..abb05758 --- a/tests/lib/test_ctf_writer_complete.in +++ b/tests/lib/test_ctf_writer_complete.in @@ -17,7 +17,9 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -CTFPARSERTEST="@abs_top_builddir@/formats/ctf/metadata/ctf-parser-test" -BTBIN="@abs_top_builddir@/converter/babeltrace" +NO_SH_TAP=1 +. "@abs_top_builddir@/tests/utils/common.sh" -"@abs_top_builddir@/tests/lib/test_ctf_writer" "$CTFPARSERTEST" "$BTBIN" +curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)" + +"${curdir}/test_ctf_writer" "$BT_BIN"