From 25f91411fb239be077f2eca65d7762482d17a026 Mon Sep 17 00:00:00 2001 From: cherierm Date: Wed, 7 May 2008 12:04:35 +0000 Subject: [PATCH] add the tesh suites relative with gras, simdag and xbt git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5409 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- teshsuite/all.tesh | 40 +++++++++++++++++++++++++++ teshsuite/gras/datadesc/datadesc.tesh | 15 ++++++++++ teshsuite/gras/gras.tesh | 10 +++++++ teshsuite/simdag/simdag.tesh | 15 ++++++++++ teshsuite/xbt/xbt.tesh | 6 ++++ 5 files changed, 86 insertions(+) create mode 100644 teshsuite/all.tesh create mode 100644 teshsuite/gras/datadesc/datadesc.tesh create mode 100644 teshsuite/gras/gras.tesh create mode 100644 teshsuite/simdag/simdag.tesh create mode 100644 teshsuite/xbt/xbt.tesh diff --git a/teshsuite/all.tesh b/teshsuite/all.tesh new file mode 100644 index 0000000000..02e0a62d3b --- /dev/null +++ b/teshsuite/all.tesh @@ -0,0 +1,40 @@ +#! ./tesh + +# Description of this tesh file +! D This tesh file contains all the tesh files relative with the SimGrid sumulator + +# Remark : +# To run this tesh file you must specify the include directories (simdag, gras, xbt...) +# on the command line of the Tesh utiliy. + +# First includes Tesh utility auto test. + +! suite Tesh utility Auto Test +! include background.tesh +! include basic.tesh +! include bg-basic.tesh +! include bg-set-signal.tesh +! include catch-return.tesh +! include catch-signal.tesh +! include catch-timeout.tesh +! include cd.tesh +! include IO-broken-pipe.tesh +! include IO-orders.tesh +! include set-ignore-output.tesh +! include set-return.tesh +! include set-signal.tesh + +# Now includes The SimGrid tesh files + +# includes the SimDag tesh suite +! include simdag.tesh + +# include the Gras tesh suite +! include gras.tesh + +# include the xbt framwork tesh suite +! include xbt.tesh + + + + diff --git a/teshsuite/gras/datadesc/datadesc.tesh b/teshsuite/gras/datadesc/datadesc.tesh new file mode 100644 index 0000000000..65777fef78 --- /dev/null +++ b/teshsuite/gras/datadesc/datadesc.tesh @@ -0,0 +1,15 @@ +#! ./tesh + +# Description of this tesh file +! D This tesh file contains all the tesh files relative with Gras + +# Gras datadesc suite + +! suite Checks the marshaling facilities of Gras +! include datadesc_mem.tesh Try to do a in-memory copy +! include datadesc_rw.tesh Try to read what we write +! include datadesc_r_big32_2.tesh Try to read the result of linux/mips? +! include datadesc_r_big32_8.tesh Try to read the result of ppc/sparc? +! include datadesc_r_big32_8_4.tesh Try to read the result of AIX +! include datadesc_r_little32_4.tesh Try to read the result of linux/x86 +! 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 index 0000000000..7c6b8902b4 --- /dev/null +++ b/teshsuite/gras/gras.tesh @@ -0,0 +1,10 @@ +#! ./tesh + +# Description of this tesh file +! D This tesh file contains all the tesh files relative with Gras + +# includes the Gras marshaling facilities tesh suite +! include datadesc.tesh + + + diff --git a/teshsuite/simdag/simdag.tesh b/teshsuite/simdag/simdag.tesh new file mode 100644 index 0000000000..d12b797502 --- /dev/null +++ b/teshsuite/simdag/simdag.tesh @@ -0,0 +1,15 @@ +#! ./tesh + +# Description of this tesh file +! D This tesh file contains all the tesh files relative with SimDag + +# SimDag tesh suite + +! suite Simdag tests this suite contains all the tesh files relative with SimDag +! include basic0.tesh +! include basic1.tesh +! include basic2.tesh +! include basic3.tesh +! include basic4.tesh +! include basic5.tesh +! include basic6.tesh diff --git a/teshsuite/xbt/xbt.tesh b/teshsuite/xbt/xbt.tesh new file mode 100644 index 0000000000..3f505405cd --- /dev/null +++ b/teshsuite/xbt/xbt.tesh @@ -0,0 +1,6 @@ +#! ./tesh + +# Description of this tesh file +! D This tesh file contains all the tesh files relative with the xbt framework + +! include parallel_log_crashtest.tesh \ No newline at end of file -- 2.20.1