Improved test framework
[urcu.git] / tests / benchmark / urcu_1_seconds.tap
index 8553ed925a9cfca8d7699fea1bc752e41ee55ac1..c7223f8f1a47527246b0564bb58c385092dbe96f 100755 (executable)
@@ -1 +1,18 @@
-./run-urcu-tests.sh 1
+#!/bin/bash
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+
+if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
+       UTILSSH="$URCU_TESTS_SRCDIR/utils/utils.sh"
+else
+       UTILSSH="$(dirname "$0")/../utils/utils.sh"
+fi
+
+# shellcheck source=../utils/utils.sh
+source "$UTILSSH"
+
+
+"$URCU_TESTS_SRCDIR/benchmark/run-urcu-tests.sh" 1
This page took 0.022837 seconds and 4 git commands to generate.