Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the use of logs in unit testing of parmap to fix supernovae
[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 description of the include 1
9 ! include catch-signal.tesh
10 ! include set-timeout.tesh
11
12 # some includes
13 ! include catch-wrong-output.tesh
14
15 ! include  set-signal.tesh description of the include 2
16
17
18
19