Cleanup test scripts
[babeltrace.git] / tests / lib / test_ctf_writer_complete.in
index 4e2a4650a2840ee2b5bda61fddffc8ca910132af..5bd1c97f24e0a2aa9669a72bb8e2cb5f40f20616 100755 (executable)
@@ -16,7 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-CURDIR=$(dirname $0)/
-ROOTDIR=$CURDIR/../..
 
-$CURDIR/test_ctf_writer $ROOTDIR/formats/ctf/metadata/ctf-parser-test $ROOTDIR/converter/babeltrace
+CTFPARSERTEST="@abs_top_builddir@/formats/ctf/metadata/ctf-parser-test"
+BTBIN="@abs_top_builddir@/converter/babeltrace"
+
+"@abs_top_builddir@/tests/lib/test_ctf_writer" "$CTFPARSERTEST" "$BTBIN"
This page took 0.022648 seconds and 4 git commands to generate.