Update license files and readme
[urcu.git] / runtests.sh
1 #!/bin/sh
2
3 for a in test_urcu_gc test_urcu_gc_mb test_urcu test_urcu_mb \
4 test_urcu_lgc test_qsbr_lgc test_urcu_lgc_mb \
5 test_qsbr test_qsbr_gc test_rwlock test_perthreadlock \
6 test_mutex; do
7 echo "./${a} $*" | tee -a runall.detail.log
8 /usr/bin/time --append --output runall.detail.log ./${a} $*
9 done
10
This page took 0.029166 seconds and 4 git commands to generate.