From bdbcf417e553b2eec9bb9a2c5a646dab77c8530c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Jun 2009 18:43:37 -0400 Subject: [PATCH] runtests include mutex test Signed-off-by: Mathieu Desnoyers --- runtests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1