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