Add GC tests
[urcu.git] / runtests-batch.sh
diff --git a/runtests-batch.sh b/runtests-batch.sh
new file mode 100755 (executable)
index 0000000..a9afed3
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for a in test_urcu_gc test_urcu_gc_mb test_qsbr_gc; do
+       echo "./${a} $*" | tee -a runall.detail.log
+       /usr/bin/time --append --output runall.detail.log ./${a} $*
+done
+
This page took 0.022421 seconds and 4 git commands to generate.