Added a few points to the readercs test
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
b4fde1d4 3for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
bdbcf417 4 test_mutex; do
9e97e478 5 ./${a} $*
5a4dc6a8 6done
4bad7d45 7
This page took 0.028576 seconds and 4 git commands to generate.