From b4fde1d45c43e18b0589a983509bea738c54cbce Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Jun 2009 18:44:58 -0400 Subject: [PATCH] fix runtests.sh Signed-off-by: Mathieu Desnoyers --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index 4ce18d7..072aebf 100755 --- a/runtests.sh +++ b/runtests.sh @@ -2,7 +2,7 @@ #add urcu mb -for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock +for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \ test_mutex; do echo Executing $a ./${a} $* -- 2.34.1