4ce18d7e40e5d1f965a543ea3b3222ac8626183e
[urcu.git] / runtests.sh
1 #!/bin/sh
2
3 #add urcu mb
4
5 for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock
6 test_mutex; do
7 echo Executing $a
8 ./${a} $*
9 done
This page took 0.028405 seconds and 3 git commands to generate.