Test: rework shell test scripts
[babeltrace.git] / tests / plugins / test-utils-muxer-complete.in
index bd709f6fb989125571d338f545b8e02f9c64c39f..85b51dd51f55979716f678eafd9c5e1bcf8de1ca 100644 (file)
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
-PLUGIN_DIR="@abs_top_builddir@/plugins/utils"
+NO_SH_TAP=1
+. "@abs_top_builddir@/tests/utils/common.sh"
 
-BABELTRACE_PLUGIN_PATH="$PLUGIN_DIR" '@abs_top_builddir@/tests/plugins/test-utils-muxer'
+script="$(readlink -f "$0")"
+curdir="$(dirname "$script")"
+
+plugin_dir="${BT_BUILD_PATH}/plugins/utils"
+
+BABELTRACE_PLUGIN_PATH="$plugin_dir" "${curdir}/test-utils-muxer"
This page took 0.026234 seconds and 4 git commands to generate.