tests: support FreeBSD short "time" args
[urcu.git] / tests / runtests-batch.sh
CommitLineData
a813abf8
MD
1#!/bin/sh
2
f8cbb9da 3#for a in test_urcu_gc test_urcu_gc_mb test_urcu_qsbr_gc; do
657a89f1 4for a in test_urcu_gc; do
a813abf8 5 echo "./${a} $*" | tee -a runall.detail.log
383dac33 6 /usr/bin/time -a -o runall.detail.log ./${a} $*
a813abf8
MD
7done
8
This page took 0.027152 seconds and 4 git commands to generate.