Set up a test framework.
[yaffs2.git] / direct / tests / launch_tests.sh
diff --git a/direct/tests/launch_tests.sh b/direct/tests/launch_tests.sh
deleted file mode 100755 (executable)
index 779fa48..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh
-set -x
-
-
-iterations=100000
-
-[ -z $1 ]  || iterations=$1
-
-
-LAUNCHDIR=`pwd`
-RUNDIR=`pwd`/tmp
-mkdir $RUNDIR
-
-if [ -z "$(mount | grep $RUNDIR)" ]; then
-sudo mount -t tmpfs -osize=2G none $RUNDIR
-sudo chmod a+wr $RUNDIR
-fi
-
-
-
-
-xterm  -e "$LAUNCHDIR/manage_nor_test.sh  0 $iterations"&
-xterm  -e "$LAUNCHDIR/manage_nand_test.sh  0 $iterations"&
-xterm  -e "$LAUNCHDIR/manage_nor_test.sh  1 $iterations"&
-xterm  -e "$LAUNCHDIR/manage_nand_test.sh  1 $iterations"&
-xterm  -e "$LAUNCHDIR/manage_nor_test.sh  2 $iterations"&
-xterm  -e "$LAUNCHDIR/manage_nand_test.sh  2 $iterations"&