From: cherierm Date: Fri, 11 Jul 2008 15:19:25 +0000 (+0000) Subject: includes the c++ examples Tesh files X-Git-Tag: v3.3~238 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ac264ff9a3712dbd4f0bf37bd3bede449c05e8f1 includes the c++ examples Tesh files git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5869 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/SimGrid.tesh b/examples/SimGrid.tesh index c36804e2ba..00ee56bf33 100644 --- a/examples/SimGrid.tesh +++ b/examples/SimGrid.tesh @@ -1,6 +1,7 @@ -# 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) - +# 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:=.} @@ -10,7 +11,7 @@ $ cd msg #! include masterslave/masterslave.tesh # Outputs difference : __FILE__ difference between Windows and Linux -! include masterslave/masterslave_bypass.tesh +#! include masterslave/masterslave_bypass.tesh # Outputs difference ! include masterslave/masterslave_failure.tesh @@ -45,4 +46,82 @@ $ cd msg # Suspend ! include suspend/suspend.tesh +$ cd .. + +$ 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 + +$ 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 + + + + +