]> AND Public Git Repository - simgrid.git/blobdiff - tools/tesh/tesh.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
name threads to ease debugging
[simgrid.git] / tools / tesh / tesh.h
index 2659fb7a921adfdeb30ee873fed100e7db8ffa85..c0127eac1a0c0bca46c54cd61c534766a6ea12c7 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef TESH_H
 #define TESH_H
 
+#include "xbt/xbt_os_thread.h"
 /*** Buffers ***/
 /***************/
 #include "buff.h"
    segfault leads to any of them depending on the system */
 const char* signal_name(unsigned int got, char *expected);
 
+#include "run_context.h"
+  
+/*** Options ***/
+int timeout_value; /* child timeout value */
 
-
+rctx_t rctx;
+char *testsuite_name;
 #endif /* TESH_H */