Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move GRAS tests to TESH
[simgrid.git] / teshsuite / gras / datadesc_mem.tesh
diff --git a/teshsuite/gras/datadesc_mem.tesh b/teshsuite/gras/datadesc_mem.tesh
new file mode 100644 (file)
index 0000000..8e2a0e3
--- /dev/null
@@ -0,0 +1,20 @@
+
+p Check the marshaling facilities (trying to to do a in-memory copy)
+$ gras/datadesc_usage --copy --log=root.fmt:%m%n
+> ---- Test on integer ----
+> ---- Test on float ----
+> ---- Test on double ----
+> ---- Test on fixed array ----
+> ---- Test on a reference to an integer ----
+> ---- Test on string (ref to dynamic array) ----
+> ---- Test on dynar containing integers ----
+> ---- Test on all possible struct having 3 fields (49 structs) ----
+> ---- Test on homogeneous structure ----
+> ---- Test on heterogeneous structure ----
+> ---- Test on nested structures ----
+> ---- Test on chained list ----
+> ---- Test on graph (cyclique chained list of 3 items) ----
+> ---- Test on dynar containing integers ----
+> ---- Test on the PBIO IEEE struct (also tests GRAS DEFINE TYPE) ----
+> ---- Test on struct containing dynamic array and its size (cbps test) ----
+> Exiting GRAS