X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf57fb58889894670e2594d2e3b6a213d8fd6089..f2df13795e01302813a6aef10825ec7e922ce530:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index 0dfd22b2b4..1fc2d89771 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -1,6 +1,6 @@ /* TESH (Test Shell) -- mini shell specialized in running test units */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -17,7 +17,7 @@ /******************************************/ /* return the name of a signal, aliasing SIGBUS to SIGSEGV since segfault leads to any of them depending on the system */ -const char *signal_name(unsigned int got, char *expected); +const char *signal_name(int got, char *expected); #include "run_context.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;