From: Mathieu Desnoyers Date: Wed, 10 Jun 2009 22:44:58 +0000 (-0400) Subject: fix runtests.sh X-Git-Tag: v0.1~166 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=b4fde1d45c43e18b0589a983509bea738c54cbce fix runtests.sh Signed-off-by: Mathieu Desnoyers --- 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} $*