X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=runtests-batch.sh;fp=runtests-batch.sh;h=a9afed37ff10071c666969f34a14583165a78fe2;hb=a813abf8d937798b4a1b6e3246e844d75eef5756;hp=0000000000000000000000000000000000000000;hpb=ed1289f1b3865b04eb268c26d310d08e19b4760b;p=urcu.git diff --git a/runtests-batch.sh b/runtests-batch.sh new file mode 100755 index 0000000..a9afed3 --- /dev/null +++ b/runtests-batch.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +for a in test_urcu_gc test_urcu_gc_mb test_qsbr_gc; do + echo "./${a} $*" | tee -a runall.detail.log + /usr/bin/time --append --output runall.detail.log ./${a} $* +done +