Delay reader in loops, not us
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
3#add urcu mb
4
b4fde1d4 5for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
bdbcf417 6 test_mutex; do
5a4dc6a8 7 echo Executing $a
9e97e478 8 ./${a} $*
5a4dc6a8 9done
This page took 0.022922 seconds and 4 git commands to generate.