From: cherierm Date: Fri, 27 Jun 2008 13:05:15 +0000 (+0000) Subject: This file includes all the tesh files relative with the SimGrid examples. X-Git-Tag: v3.3~261 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3ff2039cedba2452a6f487e8d4111cf429c6749f This file includes all the tesh files relative with the SimGrid examples. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5845 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/SimGrid.tesh b/examples/SimGrid.tesh new file mode 100644 index 0000000000..c36804e2ba --- /dev/null +++ b/examples/SimGrid.tesh @@ -0,0 +1,48 @@ +# Command line tesh --directory=%EXAMPLE_DIR% --include-dir=msg --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit +D Examples (MSG API functionnality checking) + + +$ 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 +! 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 + +# Modele non valid +#! include sendrecv/sendrecv_SDP.tesh + + +! include sendrecv/sendrecv_Vegas.tesh + +# Suspend +! include suspend/suspend.tesh + +