Tests fix: errors in shell scripts
[urcu.git] / tests / benchmark / runtests.sh
... / ...
CommitLineData
1#!/bin/bash
2
3. ../utils/tap.sh
4. ./common.sh
5
6NUM_TESTS=15
7
8plan_tests ${NUM_TESTS}
9
10for a in test_urcu_gc test_urcu_signal_gc test_urcu_mb_gc test_urcu_qsbr_gc \
11 test_urcu_lgc test_urcu_signal_lgc test_urcu_mb_lgc test_urcu_qsbr_lgc \
12 test_urcu test_urcu_signal test_urcu_mb test_urcu_qsbr \
13 test_rwlock test_perthreadlock test_mutex; do
14 okx ${TEST_TIME_BIN} ./"${a}" "$@" 2>"${TMPFILE}"
15 diag "time: $(cat "${TMPFILE}")"
16done
This page took 0.023821 seconds and 4 git commands to generate.