Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics to java documentation
[simgrid.git] / tools / tesh / tesh.h
index 2659fb7..b957087 100644 (file)
@@ -11,9 +11,8 @@
 #ifndef TESH_H
 #define TESH_H
 
-/*** Buffers ***/
-/***************/
-#include "buff.h"
+#include "xbt/xbt_os_thread.h"
+#include "xbt/strbuff.h"
 
 /*** What we need to know about signals ***/
 /******************************************/
    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 */