Add runtests.sh
[urcu.git] / runtests.sh
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.021933 seconds and 4 git commands to generate.