Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need the os threads here
[simgrid.git] / tools / tesh / tesh.h
index 2659fb7..c0127ea 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 */