Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last corrections of Tesh tool.
[simgrid.git] / tools / tesh2 / examples / suite-usage.tesh
1 # some suites
2 ! suite `description of first suite'
3 ! include catch-return.tesh
4 ! include catch-signal.tesh
5 ! include set-return.tesh
6
7 ! suite `description of the second suite'
8 ! include catch-return.tesh
9 ! include catch-signal.tesh
10 ! include set-timeout.tesh
11
12
13 # a command
14 $ echo Hello Tesh
15 >  Hello Tesh
16
17 # some includes
18 ! include catch-wrong-output.tesh
19
20 ! include  set-signal.tesh
21
22
23
24