X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf57fb58889894670e2594d2e3b6a213d8fd6089..c8d813c5dd9d73334cd249e22648a950418b51f7:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index 0dfd22b2b4..4029614c5d 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -26,6 +26,7 @@ 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 */ extern rctx_t rctx; extern const char *testsuite_name;