From 5a4dc6a823ec60c9f652116ee4eb2fd642840141 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 9 Jun 2009 14:20:08 -0400 Subject: [PATCH] Add runtests.sh Signed-off-by: Mathieu Desnoyers --- runtests.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 runtests.sh diff --git a/runtests.sh b/runtests.sh new file mode 100755 index 0000000..a384418 --- /dev/null +++ b/runtests.sh @@ -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 -- 2.34.1