Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Can have pcrelib in windows by setting PCRE_LIBRARY_PATH.
[simgrid.git] / tools / tesh / tesh.h
index 8f73c1c..326c1f5 100644 (file)
@@ -23,6 +23,9 @@ const char *signal_name(unsigned int got, char *expected);
 
 /*** Options ***/
 int timeout_value;              /* child timeout value */
+int sort_len;                   /* length of the prefix to sort */
+char* option;                                  /* cfg for command line */
+#define SORT_LEN_DEFAULT 19
 
 rctx_t rctx;
 const char *testsuite_name;