Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change completely the test to use messages instead of mucking directly with the trans...
[simgrid.git] / teshsuite / gras / datadesc / datadesc_mem.tesh
1
2 p Check the marshaling facilities (trying to to do a in-memory copy)
3 $ gras/datadesc/datadesc_usage --copy --log=root.fmt:%m%n
4 > Memory copy
5 > ---- Test on integer ----
6 > ---- Test on float ----
7 > ---- Test on double ----
8 > ---- Test on fixed array ----
9 > ---- Test on a reference to an integer ----
10 > ---- Test on string (ref to dynamic array) ----
11 > ---- Test on dynar containing integers ----
12 > ---- Test on all possible struct having 3 fields (49 structs) ----
13 > ---- Test on homogeneous structure ----
14 > ---- Test on heterogeneous structure ----
15 > ---- Test on nested structures ----
16 > ---- Test on chained list ----
17 > ---- Test on graph (cyclique chained list of 3 items) ----
18 > ---- Test on dynar containing integers ----
19 > ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
20 > ---- Test on struct containing dynamic array and its size (cbps test) ----
21 > Exiting GRAS