fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / benchmark / urcu_1_seconds.tap
index 8553ed925a9cfca8d7699fea1bc752e41ee55ac1..8d229bfbb365193e8661f8942b15b8e2e85690ed 100755 (executable)
@@ -1 +1,18 @@
-./run-urcu-tests.sh 1
+#!/usr/bin/env 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.022668 seconds and 4 git commands to generate.