Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi build without F2C was broken since 58ea5966
[simgrid.git] / tools / tesh / tesh.h
index 0dfd22b..e7f5627 100644 (file)
@@ -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. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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;