Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
includes the c++ examples Tesh files
[simgrid.git] / examples / SimGrid.tesh
index c36804e..00ee56b 100644 (file)
@@ -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\r
-D Examples (MSG API functionnality checking)\r
-\r
+# Command line : \r
+# Windows -> tesh --directory=%EXAMPLE_DIR% --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit\r
+# Linux   -> tesh --directory=$EXAMPLE_DIR --file=SimGrid.tesh --log="log.thresh:info tesh.fmt:%m%n" --keep-going-unit\r
+D Examples (MSG API functionnality checking (for C, C++ and Java))\r
 \r
 $ cd ${EXAMPLE_DIR:=.}\r
 \r
@@ -10,7 +11,7 @@ $ cd msg
 #! include masterslave/masterslave.tesh\r
 \r
 # Outputs difference : __FILE__ difference between Windows and Linux\r
-! include masterslave/masterslave_bypass.tesh\r
+#! include masterslave/masterslave_bypass.tesh\r
 \r
 # Outputs difference\r
 ! include masterslave/masterslave_failure.tesh\r
@@ -45,4 +46,82 @@ $ cd msg
 # Suspend\r
 ! include suspend/suspend.tesh\r
 \r
+$ cd ..\r
+\r
+$ cd java/basic\r
+\r
+! include basic.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd comm_time\r
+\r
+! include comm_time.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd ping_pong\r
+\r
+! include ping_pong.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd suspend\r
+\r
+! include suspend.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd autoDestination\r
+\r
+! include autoDestination.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd explicitDestination\r
+\r
+! include explicitDestination.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd ..\r
+\r
+$ cd cxx/basic\r
+\r
+! include basic.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd comm_time\r
+\r
+! include comm_time.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd ping_pong\r
+\r
+! include ping_pong.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd suspend\r
+\r
+! include suspend.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd autoDestination\r
+\r
+! include autoDestination.tesh\r
+\r
+$ cd ..\r
+\r
+$ cd explicitDestination\r
+\r
+! include explicitDestination.tesh\r
+\r
+\r
+\r
+\r
+\r
 \r