fix runtests.sh
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 10 Jun 2009 22:44:58 +0000 (18:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 10 Jun 2009 22:44:58 +0000 (18:44 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runtests.sh

index 4ce18d7e40e5d1f965a543ea3b3222ac8626183e..072aebfa71de0446d15d74049621110a29963837 100755 (executable)
@@ -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} $*
This page took 0.024685 seconds and 4 git commands to generate.