Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last modification of the tesh2 files (variable extend and some corrections)
[simgrid.git] / tools / tesh2 / include / types.h
index 1d40427..ae5fcc4 100644 (file)
@@ -116,6 +116,7 @@ typedef struct s_unit
        xbt_dynar_t suites;                                     /* the suites contained by the unit                                                                             */
        int exit_code;                                          /* the exit code of the unit                                                                                    */
        int err_kind;
+       char* err_line;
        xbt_dynar_t includes;
        char* filepos;
 }s_unit_t,* unit_t;
@@ -314,6 +315,11 @@ typedef struct s_context
        xbt_strbuff_t output;                           /* the expected output of the command of the test                                               */
        output_handling_t output_handling;
        int async;                                                      /* if 1, the command is asynchronous                                                                    */
+       
+       #ifdef WIN32
+       char* t_command_line;                           /* translate the command line on Windows                                                                */
+       #endif
+
 }s_context_t,* context_t;
 
 /*