Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the tesh suites relative with gras, simdag and xbt
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 May 2008 12:04:35 +0000 (12:04 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 May 2008 12:04:35 +0000 (12:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5409 48e7efb5-ca39-0410-a469-dd3cf9ba447f

teshsuite/all.tesh [new file with mode: 0644]
teshsuite/gras/datadesc/datadesc.tesh [new file with mode: 0644]
teshsuite/gras/gras.tesh [new file with mode: 0644]
teshsuite/simdag/simdag.tesh [new file with mode: 0644]
teshsuite/xbt/xbt.tesh [new file with mode: 0644]

diff --git a/teshsuite/all.tesh b/teshsuite/all.tesh
new file mode 100644 (file)
index 0000000..02e0a62
--- /dev/null
@@ -0,0 +1,40 @@
+#! ./tesh\r
+\r
+# Description of this tesh file\r
+! D This tesh file contains all the tesh files relative with the SimGrid sumulator\r
+\r
+# Remark :\r
+#      To run this tesh file you must specify the include directories (simdag, gras, xbt...)\r
+#      on the command line of the Tesh utiliy.\r
+\r
+# First includes Tesh utility auto test.\r
+\r
+! suite Tesh utility Auto Test\r
+! include background.tesh\r
+! include basic.tesh\r
+! include bg-basic.tesh\r
+! include bg-set-signal.tesh\r
+! include catch-return.tesh\r
+! include catch-signal.tesh\r
+! include catch-timeout.tesh\r
+! include cd.tesh\r
+! include IO-broken-pipe.tesh\r
+! include IO-orders.tesh\r
+! include set-ignore-output.tesh\r
+! include set-return.tesh\r
+! include set-signal.tesh\r
+\r
+# Now includes The SimGrid tesh files \r
+\r
+# includes the SimDag tesh suite\r
+! include simdag.tesh\r
+\r
+# include the Gras tesh suite\r
+! include gras.tesh\r
+\r
+# include the xbt framwork tesh suite\r
+! include xbt.tesh\r
+\r
+\r
+\r
+\r
diff --git a/teshsuite/gras/datadesc/datadesc.tesh b/teshsuite/gras/datadesc/datadesc.tesh
new file mode 100644 (file)
index 0000000..65777fe
--- /dev/null
@@ -0,0 +1,15 @@
+#! ./tesh\r
+\r
+# Description of this tesh file\r
+! D This tesh file contains all the tesh files relative with Gras\r
+\r
+# Gras datadesc suite\r
+\r
+! suite Checks the marshaling facilities of Gras\r
+! include datadesc_mem.tesh                    Try to do a in-memory copy\r
+! include datadesc_rw.tesh                             Try to read what we write\r
+! include datadesc_r_big32_2.tesh              Try to read the result of linux/mips?\r
+! include datadesc_r_big32_8.tesh              Try to read the result of ppc/sparc?\r
+! include datadesc_r_big32_8_4.tesh            Try to read the result of AIX\r
+! include datadesc_r_little32_4.tesh   Try to read the result of linux/x86\r
+! include datadesc_r_little64.tesh             Try to read the result of linux/amd64
\ No newline at end of file
diff --git a/teshsuite/gras/gras.tesh b/teshsuite/gras/gras.tesh
new file mode 100644 (file)
index 0000000..7c6b890
--- /dev/null
@@ -0,0 +1,10 @@
+#! ./tesh\r
+\r
+# Description of this tesh file\r
+! D This tesh file contains all the tesh files relative with Gras\r
+\r
+# includes the Gras marshaling facilities tesh suite\r
+! include datadesc.tesh\r
+\r
+\r
+\r
diff --git a/teshsuite/simdag/simdag.tesh b/teshsuite/simdag/simdag.tesh
new file mode 100644 (file)
index 0000000..d12b797
--- /dev/null
@@ -0,0 +1,15 @@
+#! ./tesh\r
+\r
+# Description of this tesh file\r
+! D This tesh file contains all the tesh files relative with SimDag\r
+\r
+# SimDag tesh suite\r
+\r
+! suite Simdag tests this suite contains all the tesh files relative with SimDag\r
+! include basic0.tesh\r
+! include basic1.tesh\r
+! include basic2.tesh\r
+! include basic3.tesh\r
+! include basic4.tesh\r
+! include basic5.tesh\r
+! include basic6.tesh\r
diff --git a/teshsuite/xbt/xbt.tesh b/teshsuite/xbt/xbt.tesh
new file mode 100644 (file)
index 0000000..3f50540
--- /dev/null
@@ -0,0 +1,6 @@
+#! ./tesh\r
+\r
+# Description of this tesh file\r
+! D This tesh file contains all the tesh files relative with the xbt framework\r
+\r
+! include parallel_log_crashtest.tesh
\ No newline at end of file