From ca1d67ef4cca32eb54b8ca11385ad3525263af30 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 25 Dec 2011 21:23:30 +0100 Subject: [PATCH 1/1] kill deprecated file for windows's tesh --- examples/SimGrid.tesh | 136 ------------------------------------------ 1 file changed, 136 deletions(-) delete mode 100644 examples/SimGrid.tesh diff --git a/examples/SimGrid.tesh b/examples/SimGrid.tesh deleted file mode 100644 index 8a74f699ab..0000000000 --- a/examples/SimGrid.tesh +++ /dev/null @@ -1,136 +0,0 @@ -# Command line : -# Windows -> tesh --directory=%EXAMPLE_DIR% --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit -# Linux -> tesh --directory=$EXAMPLE_DIR --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit -D Examples (MSG API functionnality checking (for C, C++ and Java)) - -$ cd ${EXAMPLE_DIR:=.} - -$ cd msg - -# Masterslave OK -! include masterslave/masterslave.tesh - -# Outputs difference : __FILE__ difference between Windows and Linux -#! include masterslave/masterslave_bypass.tesh - -# Outputs difference -#! include masterslave/masterslave_failure.tesh - -! include masterslave/masterslave_forwarder.tesh - -# Parllel task (not work) -#! include parallel_task/parallel_task.tesh - -# Priority -! include priority/priority.tesh - -# Properties -! include properties/msg_prop.tesh - -# Send/Receive - -! include sendrecv/sendrecv_CLM03.tesh - -# format d'affichage de %g -! include sendrecv/sendrecv_KCCFLN05.tesh - - -! include sendrecv/sendrecv_Reno.tesh - -! include sendrecv/sendrecv_Vegas.tesh - -# Suspend -! include suspend/suspend.tesh - - -############################################################################################## -# java examples - -$ cd ${MSG4JAVA_CLASSPATH}\simgrid\msg - -$ javac *.java -> Note: Some input files use unchecked or unsafe operations. -> Note: Recompile with -Xlint:unchecked for details. - -$ cd ${EXAMPLE_DIR:=.} - -$ cd java/basic - -! include basic.tesh - -$ cd .. - -$ cd comm_time - -! include comm_time.tesh - -$ cd .. - -$ cd ping_pong - -! include ping_pong.tesh - -$ cd .. - -$ cd suspend - -! include suspend.tesh - -$ cd .. - -$ cd autoDestination - -! include autoDestination.tesh - -$ cd .. - -$ cd explicitDestination - -! include explicitDestination.tesh - -########################################################################################## -# cxx examples - -$ cd .. - -$ cd .. - -$ cd cxx/basic - -! include basic.tesh - -$ cd .. - -$ cd comm_time - -! include comm_time.tesh - -$ cd .. - -$ cd ping_pong - -! include ping_pong.tesh - -$ cd .. - -$ cd suspend - -! include suspend.tesh - -$ cd .. - -$ cd autoDestination - -! include autoDestination.tesh - -$ cd .. - -$ cd explicitDestination - -! include explicitDestination.tesh - - - - - - -- 2.20.1