Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/NOTRECEIPT/NOTRECEIVED/ (plus some reindent)
[simgrid.git] / tools / tesh2 / include / types.h
index f3edcb1..50d2dee 100644 (file)
@@ -168,7 +168,7 @@ typedef enum e_command_status_raison
        csr_outputs_dont_match                          = 12,
        csr_signals_dont_match                          = 13,
        csr_unexpected_signal_caught            = 14,
-       csr_expected_signal_not_receipt         = 15,
+       csr_expected_signal_not_received                = 15,
        csr_pipe_function_failed                        = 16,           /* the function pipe() or CreatePipe() fails                                            */
        csr_dup2_function_failure                       = 17,
        csr_execlp_function_failure                     = 18,
@@ -315,6 +315,12 @@ 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                                                                */
+       unsigned is_not_found:1;
+       #endif
+
 }s_context_t,* context_t;
 
 /*