Improved test framework
[urcu.git] / tests / benchmark / urcu_30_seconds.tap
index 5c13dd9d90f8beb0c285a97e7204c6b0f74f1ffc..63595b9b356901fc05a183c4a857972094af4f3d 100755 (executable)
@@ -1 +1,18 @@
-./run-urcu-tests.sh 30
+#!/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" 30
This page took 0.022757 seconds and 4 git commands to generate.