Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / tools / tesh / tesh.h
index 8e7b17e5033ab448c46c309bb9cf1fef697e7526..5489b558b3ae0446b665282637b33c31d87357fa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* TESH (Test Shell) -- mini shell specialized in running test units        */
 
 /* Copyright (c) 2007-2008, Da SimGrid team.                                */
 /******************************************/
 /* return the name of a signal, aliasing SIGBUS to SIGSEGV since
    segfault leads to any of them depending on the system */
-const charsignal_name(unsigned int got, char *expected);
+const char *signal_name(unsigned int got, char *expected);
 
 #include "run_context.h"
 
 /*** Options ***/
-int timeout_value; /* child timeout value */
+int timeout_value;              /* child timeout value */
 
 rctx_t rctx;
 char *testsuite_name;
@@ -40,6 +38,6 @@ char *testsuite_name;
 extern char **environ;
 # endif
 
-xbt_dict_t env; /* the environment, stored as a dict (for variable substitution) */
+xbt_dict_t env;                 /* the environment, stored as a dict (for variable substitution) */
 
 #endif /* TESH_H */