X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=runtests.sh;h=072aebfa71de0446d15d74049621110a29963837;hb=daddf5b0bf1ec7aeaa56c278cf4c1dd1094c174a;hp=a3844184a8d5a71378659c2e534f27d760919be4;hpb=5a4dc6a823ec60c9f652116ee4eb2fd642840141;p=urcu.git diff --git a/runtests.sh b/runtests.sh index a384418..072aebf 100755 --- a/runtests.sh +++ b/runtests.sh @@ -2,7 +2,8 @@ #add urcu mb -for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock; do +for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \ + test_mutex; do echo Executing $a - ./${a} $* |grep "total num" + ./${a} $* done