Move test programs to tests/ subdir
[urcu.git] / runtests-batch.sh
diff --git a/runtests-batch.sh b/runtests-batch.sh
deleted file mode 100755 (executable)
index 67e019b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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.022437 seconds and 4 git commands to generate.