Fix signal handler installation
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
3#add urcu mb
4
5for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock; do
6 echo Executing $a
7 ./${a} $* |grep "total num"
8done
This page took 0.022194 seconds and 4 git commands to generate.