3 # SPDX-License-Identifier: GPL-2.0-only
5 # Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
8 if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then
9 UTILSSH
="$BT_TESTS_SRCDIR/utils/utils.sh"
11 UTILSSH
="$(dirname "$0")/../utils/utils.sh"
14 # shellcheck source=../utils/utils.sh
17 "${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins/.libs"
This page took 0.02929 seconds and 4 git commands to generate.