X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7200d622a9e4d6f368da17f51f6aee495dccfa1d..8a6229b1219b87682cf66abc13f5c2c0cd4fdb17:/tools/tesh/tesh.h?ds=sidebyside diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index f189375abf..4029614c5d 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -22,12 +22,14 @@ const char *signal_name(unsigned int got, char *expected); #include "run_context.h" /*** Options ***/ -int timeout_value; /* child timeout value */ -int sort_len; /* length of the prefix to sort */ +extern int timeout_value; /* child timeout value */ +extern int sort_len; /* length of the prefix to sort */ +extern char* option; /* cfg for command line */ #define SORT_LEN_DEFAULT 19 +extern int coverage; /* coverage */ -rctx_t rctx; -const char *testsuite_name; +extern rctx_t rctx; +extern const char *testsuite_name; /* Environment related definitions */ @@ -40,6 +42,6 @@ const char *testsuite_name; extern char **environ; # endif -xbt_dict_t env; /* the environment, stored as a dict (for variable substitution) */ +extern xbt_dict_t env; /* the environment, stored as a dict (for variable substitution) */ #endif /* TESH_H */