Add runtests.sh
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 9 Jun 2009 18:20:08 +0000 (14:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 9 Jun 2009 18:20:08 +0000 (14:20 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runtests.sh [new file with mode: 0755]

diff --git a/runtests.sh b/runtests.sh
new file mode 100755 (executable)
index 0000000..a384418
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+#add urcu mb
+
+for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock; do
+       echo Executing $a
+       ./${a} $* |grep "total num"
+done
This page took 0.025781 seconds and 4 git commands to generate.