Improved test framework
[urcu.git] / tests / benchmark / urcu_3_seconds.tap
index 51f4412ed418aeefa585fd4ac783022cc7750368..4ceee7e8c1f7596e9bc277820da331caf917e3ba 100755 (executable)
@@ -1 +1,18 @@
-./run-urcu-tests.sh 3
+#!/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" 3
This page took 0.022304 seconds and 4 git commands to generate.