X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/201c29ab62c93305b5cdc3e973ccee3c59f65c07..077162be219d71e3d0625ee0de4fdfc5060ec7d2:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index 2659fb7a92..9d22cf2032 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -11,9 +11,9 @@ #ifndef TESH_H #define TESH_H -/*** Buffers ***/ -/***************/ -#include "buff.h" +#include "portable.h" +#include "xbt/xbt_os_thread.h" +#include "xbt/strbuff.h" /*** What we need to know about signals ***/ /******************************************/ @@ -21,6 +21,11 @@ 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 */