d7f9c883033ab2a679f9bf7c45404969a4d7992a
[urcu.git] / runtests.sh
1 #!/bin/sh
2
3 for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
4 test_mutex; do
5 ./${a} $*
6 done
7
This page took 0.0293 seconds and 3 git commands to generate.