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