X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Fconds%2Ftest_conds;fp=tests%2Flib%2Fconds%2Ftest_conds;h=0000000000000000000000000000000000000000;hb=7132b8384f798e2d9d00fee07bba3a56b4ace039;hp=af66f6d299fe2cac951b65a63f1bee873bde8a7f;hpb=2a3123c6d0b37ab5d5d935992fbca6408d1d4ee2;p=babeltrace.git diff --git a/tests/lib/conds/test_conds b/tests/lib/conds/test_conds deleted file mode 100755 index af66f6d2..00000000 --- a/tests/lib/conds/test_conds +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -# -# SPDX-License-Identifier: GPL-2.0-only -# -# Copyright (C) 2020 Philippe Proulx - -if [ -n "${BT_TESTS_SRCDIR:-}" ]; then - UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" -else - UTILSSH="$(dirname "$0")/../../utils/utils.sh" -fi - -# shellcheck source=../../utils/utils.sh -source "$UTILSSH" - -reldir=lib/conds -export BT_TESTS_LIB_CONDS_TRIGGER_BIN="$BT_TESTS_BUILDDIR/$reldir/conds-triggers" - -if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then - BT_TESTS_LIB_CONDS_TRIGGER_BIN="$BT_TESTS_LIB_CONDS_TRIGGER_BIN.exe" -fi - -run_python_bt2_test "$BT_TESTS_SRCDIR/$reldir" test.py