urcu: add quick start guide to README
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
3e1c1b9a
MD
3for a in test_urcu_gc test_urcu_gc_mb test_urcu test_urcu_mb \
4 test_qsbr test_qsbr_gc test_rwlock test_perthreadlock \
bdbcf417 5 test_mutex; do
80f79929 6 echo "./${a} $*" | tee -a runall.detail.log
7 /usr/bin/time --append --output runall.detail.log ./${a} $*
5a4dc6a8 8done
4bad7d45 9
This page took 0.022254 seconds and 4 git commands to generate.