From: Mathieu Desnoyers Date: Wed, 10 Jun 2009 22:43:37 +0000 (-0400) Subject: runtests include mutex test X-Git-Tag: v0.1~167 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=bdbcf417e553b2eec9bb9a2c5a646dab77c8530c runtests include mutex test Signed-off-by: Mathieu Desnoyers --- diff --git a/runtests.sh b/runtests.sh index 7b20d26..4ce18d7 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} $* done