Tests: Replace prove by autotools tap runner
[urcu.git] / tests / unit / test_loop
diff --git a/tests/unit/test_loop b/tests/unit/test_loop
deleted file mode 100755 (executable)
index be3e16c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-DIR=$(dirname $0)
-
-while [ 0 ]; do
-       $DIR/run.sh $DIR/unit_tests
-       if [ "$?" != "0" ]; then
-               break;
-       fi
-done
-
-echo "$0: ********* STOPPED BECAUSE OF ERROR *********"
This page took 0.022902 seconds and 4 git commands to generate.